#B9212B

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

Shades of Cardinal #B9212B

Tints of Cardinal #B9212B

Color information

#B9212B (or 0xB9212B) is unknown color: approx Cardinal. HEX triplet: B9, 21 and 2B. RGB value is (185,33,43). Sum of RGB (Red+Green+Blue) = 185+33+43=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9212B is #46DED4. Grayscale: #4F4F4F. Windows color (decimal): -4644565 or 2826681. OLE color: 2826681.

HSL color Cylindrical-coordinate representation of color #B9212B: hue angle of 356.05º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9212B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1853343-
CMYK00.820.770.27
HSL356.05º69.72%42.75%-
HSV(B)356.05º82.16%72.55%-
XYZ20.9911.583.41-
YUV79.59107.36203.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 33 (13.28% from 255) = 12.64%
BLUE value IS 43 (17.19% from 255) = 16.48%
R=70.88%
G=12.64%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185334300.820.770.27356.0569.7242.75
HexB9212B0524D1B164462b
Octal271415301221153354410653
Binary10111001100001101011010100101001101110111011001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9212B; }

 p { color: rgb(185,33,43); }

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

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

 a { background-color: rgb(185,33,43); }

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

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

 span { border-color: rgb(185,33,43); }

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