#B02432

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

Shades of Cardinal #B02432

Tints of Cardinal #B02432

Color information

#B02432 (or 0xB02432) is unknown color: approx Cardinal. HEX triplet: B0, 24 and 32. RGB value is (176,36,50). Sum of RGB (Red+Green+Blue) = 176+36+50=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B02432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02432 is #4FDBCD. Grayscale: #4F4F4F. Windows color (decimal): -5233614 or 3286192. OLE color: 3286192.

HSL color Cylindrical-coordinate representation of color #B02432: hue angle of 354º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02432 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1763650-
CMYK00.800.720.31
HSL354º66.04%41.57%-
HSV(B)354º79.55%69.02%-
XYZ19.1110.724.08-
YUV79.46111.38196.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.18%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 50 (19.92% from 255) = 19.08%
R=67.18%
G=13.74%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176365000.800.720.3135466.0441.57
HexB02432050481F162422a
Octal260446201201103754210252
Binary10110000100100110010010100001001000111111011000101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02432; }

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

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

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

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

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

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

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

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