#920C06

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

Shades of Dark Red #920C06

Tints of Dark Red #920C06

Color information

#920C06 (or 0x920C06) is unknown color: approx Dark Red. HEX triplet: 92, 0C and 06. RGB value is (146,12,6). Sum of RGB (Red+Green+Blue) = 146+12+6=164 (21% of max value = 765). Red value is 146 (57.42% from 255 or 89.02% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 146 - color contains mainly: red. Hex color #920C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920C06 is #6DF3F9. Grayscale: #333333. Windows color (decimal): -7205882 or 396434. OLE color: 396434.

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

Color convert

RGB146126-
CMYK00.920.960.43
HSL2.57º92.11%29.8%-
HSV(B)2.57º95.89%57.25%-
XYZ12.026.390.77-
YUV51.38102.39195.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 89.02%
GREEN value IS 12 (5.08% from 255) = 7.32%
BLUE value IS 6 (2.73% from 255) = 3.66%
R=89.02%
G=7.32%
B=3.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612600.920.960.432.5792.1129.8
Hex92C605C602B35c1e
Octal222146013414053313436
Binary10010010110011001011100110000010101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,6); }

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

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

 a { background-color: rgb(146,12,6); }

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

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

 span { border-color: rgb(146,12,6); }

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