#b02232

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

Shades of Cardinal #B02232

Tints of Cardinal #B02232

Color information

#B02232 (or 0xB02232) is unknown color: approx Cardinal. HEX triplet: B0, 22 and 32. RGB value is (176,34,50). Sum of RGB (Red+Green+Blue) = 176+34+50=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B02232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02232 is #4FDDCD. Grayscale: #4E4E4E. Windows color (decimal): -5234126 or 3285680. OLE color: 3285680.

HSL color Cylindrical-coordinate representation of color #B02232: hue angle of 353.24º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02232 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1763450-
CMYK00.810.720.31
HSL353.24º67.62%41.18%-
HSV(B)353.24º80.68%69.02%-
XYZ19.0510.64.06-
YUV78.28112.04197.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=67.69%
G=13.08%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176345000.810.720.31353.2467.6241.18
HexB02232051481F1614429
Octal260426201211103754110451
Binary10110000100010110010010100011001000111111011000011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02232; }

 p { color: rgb(176,34,50); }

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

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

 a { background-color: rgb(176,34,50); }

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

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

 span { border-color: rgb(176,34,50); }

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