#B52136

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

Shades of Cardinal #B52136

Tints of Cardinal #B52136

Color information

#B52136 (or 0xB52136) is unknown color: approx Cardinal. HEX triplet: B5, 21 and 36. RGB value is (181,33,54). Sum of RGB (Red+Green+Blue) = 181+33+54=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B52136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52136 is #4ADEC9. Grayscale: #4F4F4F. Windows color (decimal): -4906698 or 3547573. OLE color: 3547573.

HSL color Cylindrical-coordinate representation of color #B52136: hue angle of 351.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52136 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1813354-
CMYK00.820.700.29
HSL351.49º69.16%41.96%-
HSV(B)351.49º81.77%70.98%-
XYZ20.2711.184.58-
YUV79.65113.53200.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.54%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=67.54%
G=12.31%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181335400.820.700.29351.4969.1641.96
HexB52136052461D15f452a
Octal265416601221063553710552
Binary10110101100001110110010100101000110111011010111111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52136; }

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

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

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

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

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

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

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

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