#B92137

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

Shades of Cardinal #B92137

Tints of Cardinal #B92137

Color information

#B92137 (or 0xB92137) is unknown color: approx Cardinal. HEX triplet: B9, 21 and 37. RGB value is (185,33,55). Sum of RGB (Red+Green+Blue) = 185+33+55=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B92137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92137 is #46DEC8. Grayscale: #515151. Windows color (decimal): -4644553 or 3613113. OLE color: 3613113.

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

Color convert

RGB1853355-
CMYK00.820.700.27
HSL351.32º69.72%42.75%-
HSV(B)351.32º82.16%72.55%-
XYZ21.2411.684.75-
YUV80.96113.36202.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 67.77%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=67.77%
G=12.09%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185335500.820.700.27351.3269.7242.75
HexB92137052461B15f462b
Octal271416701221063353710653
Binary10111001100001110111010100101000110110111010111111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92137; }

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

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

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

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

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

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

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

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