#B82136

Color #B82136 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B82136

Tints of Cardinal #B82136

Color information

#B82136 (or 0xB82136) is unknown color: approx Cardinal. HEX triplet: B8, 21 and 36. RGB value is (184,33,54). Sum of RGB (Red+Green+Blue) = 184+33+54=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B82136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82136 is #47DEC9. Grayscale: #505050. Windows color (decimal): -4710090 or 3547576. OLE color: 3547576.

HSL color Cylindrical-coordinate representation of color #B82136: hue angle of 351.66º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82136 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB1843354-
CMYK00.820.710.28
HSL351.66º69.59%42.55%-
HSV(B)351.66º82.07%72.16%-
XYZ20.9811.544.61-
YUV80.54113.03201.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.90%
GREEN value IS 33 (13.28% from 255) = 12.18%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=67.90%
G=12.18%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184335400.820.710.28351.6669.5942.55
HexB82136052471C160462b
Octal270416601221073454010653
Binary10111000100001110110010100101000111111001011000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82136; }

 p { color: rgb(184,33,54); }

 H1.HeaderClassName
 {
   color: #B82136;
 }
 .AnyTagClassName
 {
   color: #B82136;
 }
</style>
background-color css

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

 a { background-color: rgb(184,33,54); }

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

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

 span { border-color: rgb(184,33,54); }

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