#B9222C

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

Shades of Cardinal #B9222C

Tints of Cardinal #B9222C

Color information

#B9222C (or 0xB9222C) is unknown color: approx Cardinal. HEX triplet: B9, 22 and 2C. RGB value is (185,34,44). Sum of RGB (Red+Green+Blue) = 185+34+44=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9222C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9222C is #46DDD3. Grayscale: #505050. Windows color (decimal): -4644308 or 2892473. OLE color: 2892473.

HSL color Cylindrical-coordinate representation of color #B9222C: hue angle of 356.03º degrees, saturation: 0.69, 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 #B9222C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1853444-
CMYK00.820.760.27
HSL356.03º68.95%42.94%-
HSV(B)356.03º81.62%72.55%-
XYZ21.0311.643.52-
YUV80.29107.53202.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.34%
GREEN value IS 34 (13.67% from 255) = 12.93%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=70.34%
G=12.93%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185344400.820.760.27356.0368.9542.94
HexB9222C0524C1B164452b
Octal271425401221143354410553
Binary10111001100010101100010100101001100110111011001001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9222C; }

 p { color: rgb(185,34,44); }

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

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

 a { background-color: rgb(185,34,44); }

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

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

 span { border-color: rgb(185,34,44); }

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