#B02831

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

Shades of Cardinal #B02831

Tints of Cardinal #B02831

Color information

#B02831 (or 0xB02831) is unknown color: approx Cardinal. HEX triplet: B0, 28 and 31. RGB value is (176,40,49). Sum of RGB (Red+Green+Blue) = 176+40+49=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B02831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02831 is #4FD7CE. Grayscale: #515151. Windows color (decimal): -5232591 or 3221680. OLE color: 3221680.

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

Color convert

RGB1764049-
CMYK00.770.720.31
HSL356.03º62.96%42.35%-
HSV(B)356.03º77.27%69.02%-
XYZ19.2210.974.01-
YUV81.69109.56195.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=66.42%
G=15.09%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176404900.770.720.31356.0362.9642.35
HexB0283104D481F1643f2a
Octal26050610115110375447752
Binary1011000010100011000101001101100100011111101100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02831; }

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

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

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

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

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

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

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

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