#920B1C

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

Shades of Carmine #920B1C

Tints of Carmine #920B1C

Color information

#920B1C (or 0x920B1C) is unknown color: approx Carmine. HEX triplet: 92, 0B and 1C. RGB value is (146,11,28). Sum of RGB (Red+Green+Blue) = 146+11+28=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #920B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B1C is #6DF4E3. Grayscale: #353535. Windows color (decimal): -7206116 or 1837970. OLE color: 1837970.

HSL color Cylindrical-coordinate representation of color #920B1C: hue angle of 352.44º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B1C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB1461128-
CMYK00.920.810.43
HSL352.44º85.99%30.78%-
HSV(B)352.44º92.47%57.25%-
XYZ12.186.431.7-
YUV53.3113.73194.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.92%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=78.92%
G=5.95%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146112800.920.810.43352.4485.9930.78
Hex92B1C05C512B160561f
Octal222133401341215354012637
Binary10010010101111100010111001010001101011101100000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920B1C; }

 p { color: rgb(146,11,28); }

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

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

 a { background-color: rgb(146,11,28); }

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

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

 span { border-color: rgb(146,11,28); }

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