Html Css Color HEX #B82839 Cardinal

📋 copy color: '#B82839'

red 184 ◦ green 40 ◦ blue 57

#B82839
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B82839

Tints of Cardinal #B82839

RGB

 RED value IS 184 (72.27% from 255) = 65.48%

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 57 (22.66% from 255) = 20.28%

R = 65.48%
G = 14.23%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B82839 (or 0xB82839) is known color: Cardinal. HEX triplet: B8, 28 and 39. RGB value is (184,40,57). Sum of RGB (Red+Green+Blue) = 184+40+57=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B82839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82839 is #47D7C6. Grayscale: #555555. Windows color (decimal): -4708295 or 3745976. OLE color: 3745976.

HSL color Cylindrical-coordinate representation of color #B82839: hue angle of 352.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82839 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 40 57 -
CMYK 0 0.78 0.69 0.28
HSL 352.92º 0.64% 0.44% -
HSV(B) 352.92º 0.78% 0.72% -
XYZ 21.26 12 5.07 -
YUV 84.99 112.21 198.62 -
System Red Green Blue C M Y K H S L
Decimal 184 40 57 0 0.78 0.69 0.28 352.92 0.64 0.44
Hex B8 28 39 0 4E 45 1C 161 40 2C
Octal 270 50 71 0 116 105 34 541 100 54
Binary 10111000 101000 111001 0 1001110 1000101 11100 101100001 1000000 101100

Color Harmonies of #B82839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82839

Black with #B82839

Text Example


Text Example

White with #B82839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82839; }

 p { color: rgb(184,40,57); }

 H1.HeaderClassName
 {
   color: #B82839;
 }
 .AnyTagClassName
 {
   color: #B82839;
 }
</style>

background-color css

<style>
 a { background-color: #B82839; }

 a { background-color: rgb(184,40,57); }

 div.DivClassName
 {
   background-color: #B82839;
 }
 .BgClassName
 {
   background-color: #B82839;
 }
</style>

border-color css

<style>
 span { border-color: #B82839; }

 span { border-color: rgb(184,40,57); }

 td.TdClassName
 {
   border-color: #B82839;
 }
 .TagClassName
 {
   border-color: #B82839;
 }
</style>