#B92442

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

Shades of Cardinal #B92442

Tints of Cardinal #B92442

Color information

#B92442 (or 0xB92442) is unknown color: approx Cardinal. HEX triplet: B9, 24 and 42. RGB value is (185,36,66). Sum of RGB (Red+Green+Blue) = 185+36+66=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B92442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92442 is #46DBBD. Grayscale: #545454. Windows color (decimal): -4643774 or 4334777. OLE color: 4334777.

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

Color convert

RGB1853666-
CMYK00.810.640.27
HSL347.92º67.42%43.33%-
HSV(B)347.92º80.54%72.55%-
XYZ21.6211.976.32-
YUV83.97117.86200.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 66 (26.17% from 255) = 23.00%
R=64.46%
G=12.54%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185366600.810.640.27347.9267.4243.33
HexB92442051401B15c432b
Octal2714410201211003353410353
Binary101110011001001000010010100011000000110111010111001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92442; }

 p { color: rgb(185,36,66); }

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

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

 a { background-color: rgb(185,36,66); }

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

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

 span { border-color: rgb(185,36,66); }

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