#920F0A

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

Shades of Dark Red #920F0A

Tints of Dark Red #920F0A

Color information

#920F0A (or 0x920F0A) is unknown color: approx Dark Red. HEX triplet: 92, 0F and 0A. RGB value is (146,15,10). Sum of RGB (Red+Green+Blue) = 146+15+10=171 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.38% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 146 - color contains mainly: red. Hex color #920F0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920F0A is #6DF0F5. Grayscale: #353535. Windows color (decimal): -7205110 or 659346. OLE color: 659346.

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

Color convert

RGB1461510-
CMYK00.900.930.43
HSL2.21º87.18%30.59%-
HSV(B)2.21º93.15%57.25%-
XYZ12.086.470.9-
YUV53.6103.4193.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.38%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=85.38%
G=8.77%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146151000.900.930.432.2187.1830.59
Hex92FA05A5D2B2571f
Octal2221712013213553212737
Binary100100101111101001011010101110110101110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,15,10); }

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

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

 a { background-color: rgb(146,15,10); }

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

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

 span { border-color: rgb(146,15,10); }

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