#B92142

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

Shades of Cardinal #B92142

Tints of Cardinal #B92142

Color information

#B92142 (or 0xB92142) is unknown color: approx Cardinal. HEX triplet: B9, 21 and 42. RGB value is (185,33,66). Sum of RGB (Red+Green+Blue) = 185+33+66=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B92142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92142 is #46DEBD. Grayscale: #525252. Windows color (decimal): -4644542 or 4334009. OLE color: 4334009.

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

Color convert

RGB1853366-
CMYK00.820.640.27
HSL346.97º69.72%42.75%-
HSV(B)346.97º82.16%72.55%-
XYZ21.5311.86.3-
YUV82.21118.86201.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 65.14%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 66 (26.17% from 255) = 23.24%
R=65.14%
G=11.62%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185336600.820.640.27346.9769.7242.75
HexB92142052401B15b462b
Octal2714110201221003353310653
Binary101110011000011000010010100101000000110111010110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92142; }

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

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

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

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

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

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

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

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