#92120A

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

Shades of Dark Red #92120A

Tints of Dark Red #92120A

Color information

#92120A (or 0x92120A) is unknown color: approx Dark Red. HEX triplet: 92, 12 and 0A. RGB value is (146,18,10). Sum of RGB (Red+Green+Blue) = 146+18+10=174 (23% of max value = 765). Red value is 146 (57.42% from 255 or 83.91% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 146 - color contains mainly: red. Hex color #92120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92120A is #6DEDF5. Grayscale: #373737. Windows color (decimal): -7204342 or 660114. OLE color: 660114.

HSL color Cylindrical-coordinate representation of color #92120A: hue angle of 3.53º 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 #92120A is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1461810-
CMYK00.880.930.43
HSL3.53º87.18%30.59%-
HSV(B)3.53º93.15%57.25%-
XYZ12.136.570.92-
YUV55.36102.41192.65-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 83.91%
GREEN value IS 18 (7.42% from 255) = 10.34%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=83.91%
G=10.34%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146181000.880.930.433.5387.1830.59
Hex9212A0585D2B4571f
Octal2222212013013553412737
Binary10010010100101010010110001011101101011100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92120A; }

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

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

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

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

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

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

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

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