#B52132

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

Shades of Cardinal #B52132

Tints of Cardinal #B52132

Color information

#B52132 (or 0xB52132) is unknown color: approx Cardinal. HEX triplet: B5, 21 and 32. RGB value is (181,33,50). Sum of RGB (Red+Green+Blue) = 181+33+50=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B52132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52132 is #4ADECD. Grayscale: #4F4F4F. Windows color (decimal): -4906702 or 3285429. OLE color: 3285429.

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

Color convert

RGB1813350-
CMYK00.820.720.29
HSL353.11º69.16%41.96%-
HSV(B)353.11º81.77%70.98%-
XYZ20.1811.144.1-
YUV79.19111.53200.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.56%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=68.56%
G=12.5%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181335000.820.720.29353.1169.1641.96
HexB52132052481D161452a
Octal265416201221103554110552
Binary10110101100001110010010100101001000111011011000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52132; }

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

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

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

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

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

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

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

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