#B02837

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

Shades of Cardinal #B02837

Tints of Cardinal #B02837

Color information

#B02837 (or 0xB02837) is unknown color: approx Cardinal. HEX triplet: B0, 28 and 37. RGB value is (176,40,55). Sum of RGB (Red+Green+Blue) = 176+40+55=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B02837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02837 is #4FD7C8. Grayscale: #525252. Windows color (decimal): -5232585 or 3614896. OLE color: 3614896.

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

Color convert

RGB1764055-
CMYK00.770.690.31
HSL353.38º62.96%42.35%-
HSV(B)353.38º77.27%69.02%-
XYZ19.3511.024.72-
YUV82.37112.56194.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 55 (21.88% from 255) = 20.30%
R=64.94%
G=14.76%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176405500.770.690.31353.3862.9642.35
HexB0283704D451F1613f2a
Octal26050670115105375417752
Binary1011000010100011011101001101100010111111101100001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02837; }

 p { color: rgb(176,40,55); }

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

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

 a { background-color: rgb(176,40,55); }

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

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

 span { border-color: rgb(176,40,55); }

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