#920D0B

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

Shades of Dark Red #920D0B

Tints of Dark Red #920D0B

Color information

#920D0B (or 0x920D0B) is unknown color: approx Dark Red. HEX triplet: 92, 0D and 0B. RGB value is (146,13,11). Sum of RGB (Red+Green+Blue) = 146+13+11=170 (22% of max value = 765). Red value is 146 (57.42% from 255 or 85.88% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 146 - color contains mainly: red. Hex color #920D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #920D0B is #6DF2F4. Grayscale: #343434. Windows color (decimal): -7205621 or 724370. OLE color: 724370.

HSL color Cylindrical-coordinate representation of color #920D0B: hue angle of 0.89º 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 #920D0B is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1461311-
CMYK00.910.920.43
HSL0.89º85.99%30.78%-
HSV(B)0.89º92.47%57.25%-
XYZ12.066.420.92-
YUV52.54104.56194.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 85.88%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=85.88%
G=7.65%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146131100.910.920.430.8985.9930.78
Hex92DB05B5C2B1561f
Octal2221513013313453112637
Binary10010010110110110101101110111001010111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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