#B9222E

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

Shades of Cardinal #B9222E

Tints of Cardinal #B9222E

Color information

#B9222E (or 0xB9222E) is unknown color: approx Cardinal. HEX triplet: B9, 22 and 2E. RGB value is (185,34,46). Sum of RGB (Red+Green+Blue) = 185+34+46=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9222E is #46DDD1. Grayscale: #505050. Windows color (decimal): -4644306 or 3023545. OLE color: 3023545.

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

Color convert

RGB1853446-
CMYK00.820.750.27
HSL355.23º68.95%42.94%-
HSV(B)355.23º81.62%72.55%-
XYZ21.0711.663.72-
YUV80.52108.53202.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.81%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=69.81%
G=12.83%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185344600.820.750.27355.2368.9542.94
HexB9222E0524B1B163452b
Octal271425601221133354310553
Binary10111001100010101110010100101001011110111011000111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9222E; }

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

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

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

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

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

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

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

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