#B02931

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

Shades of Cardinal #B02931

Tints of Cardinal #B02931

Color information

#B02931 (or 0xB02931) is unknown color: approx Cardinal. HEX triplet: B0, 29 and 31. RGB value is (176,41,49). Sum of RGB (Red+Green+Blue) = 176+41+49=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B02931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02931 is #4FD6CE. Grayscale: #525252. Windows color (decimal): -5232335 or 3221936. OLE color: 3221936.

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

Color convert

RGB1764149-
CMYK00.770.720.31
HSL356.44º62.21%42.55%-
HSV(B)356.44º76.7%69.02%-
XYZ19.2511.044.02-
YUV82.28109.23194.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.17%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=66.17%
G=15.41%
B=18.42%

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
Decimal176414900.770.720.31356.4462.2142.55
HexB0293104D481F1643e2b
Octal26051610115110375447653
Binary1011000010100111000101001101100100011111101100100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02931; }

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

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

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

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

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

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

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

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