#B52036

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

Shades of Cardinal #B52036

Tints of Cardinal #B52036

Color information

#B52036 (or 0xB52036) is unknown color: approx Cardinal. HEX triplet: B5, 20 and 36. RGB value is (181,32,54). Sum of RGB (Red+Green+Blue) = 181+32+54=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B52036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52036 is #4ADFC9. Grayscale: #4F4F4F. Windows color (decimal): -4906954 or 3547317. OLE color: 3547317.

HSL color Cylindrical-coordinate representation of color #B52036: hue angle of 351.14º degrees, saturation: 0.7, 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 #B52036 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1813254-
CMYK00.820.700.29
HSL351.14º69.95%41.76%-
HSV(B)351.14º82.32%70.98%-
XYZ20.2411.124.57-
YUV79.06113.86200.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.79%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=67.79%
G=11.99%
B=20.22%

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
Decimal181325400.820.700.29351.1469.9541.76
HexB52036052461D15f462a
Octal265406601221063553710652
Binary10110101100000110110010100101000110111011010111111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52036; }

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

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

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

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

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

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

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

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