#B92933

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

Shades of Cardinal #B92933

Tints of Cardinal #B92933

Color information

#B92933 (or 0xB92933) is unknown color: approx Cardinal. HEX triplet: B9, 29 and 33. RGB value is (185,41,51). Sum of RGB (Red+Green+Blue) = 185+41+51=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B92933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92933 is #46D6CC. Grayscale: #555555. Windows color (decimal): -4642509 or 3353017. OLE color: 3353017.

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

Color convert

RGB1854151-
CMYK00.780.720.27
HSL355.83º63.72%44.31%-
HSV(B)355.83º77.84%72.55%-
XYZ21.412.144.35-
YUV85.2108.71199.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.79%
GREEN value IS 41 (16.41% from 255) = 14.80%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=66.79%
G=14.80%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185415100.780.720.27355.8363.7244.31
HexB9293304E481B164402c
Octal271516301161103354410054
Binary10111001101001110011010011101001000110111011001001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92933; }

 p { color: rgb(185,41,51); }

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

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

 a { background-color: rgb(185,41,51); }

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

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

 span { border-color: rgb(185,41,51); }

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