#920E17

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

Shades of Carmine #920E17

Tints of Carmine #920E17

Color information

#920E17 (or 0x920E17) is unknown color: approx Carmine. HEX triplet: 92, 0E and 17. RGB value is (146,14,23). Sum of RGB (Red+Green+Blue) = 146+14+23=183 (24% of max value = 765). Red value is 146 (57.42% from 255 or 79.78% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 146 - color contains mainly: red. Hex color #920E17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920E17 is #6DF1E8. Grayscale: #363636. Windows color (decimal): -7205353 or 1511058. OLE color: 1511058.

HSL color Cylindrical-coordinate representation of color #920E17: hue angle of 355.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E17 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB1461423-
CMYK00.900.840.43
HSL355.91º82.5%31.37%-
HSV(B)355.91º90.41%57.25%-
XYZ12.176.491.42-
YUV54.49110.23193.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 79.78%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 23 (9.38% from 255) = 12.57%
R=79.78%
G=7.65%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146142300.900.840.43355.9182.531.37
Hex92E1705A542B164521f
Octal222162701321245354412237
Binary10010010111010111010110101010100101011101100100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,14,23); }

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

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

 a { background-color: rgb(146,14,23); }

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

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

 span { border-color: rgb(146,14,23); }

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