#9A1110

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

Shades of Dark Red #9A1110

Tints of Dark Red #9A1110

Color information

#9A1110 (or 0x9A1110) is unknown color: approx Dark Red. HEX triplet: 9A, 11 and 10. RGB value is (154,17,16). Sum of RGB (Red+Green+Blue) = 154+17+16=187 (24% of max value = 765). Red value is 154 (60.55% from 255 or 82.35% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1110 is #65EEEF. Grayscale: #393939. Windows color (decimal): -6680304 or 1053082. OLE color: 1053082.

HSL color Cylindrical-coordinate representation of color #9A1110: hue angle of 0.43º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1110 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB1541716-
CMYK00.890.900.40
HSL0.43º81.18%33.33%-
HSV(B)0.43º89.61%60.39%-
XYZ13.627.311.18-
YUV57.85104.39196.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 82.35%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 16 (6.64% from 255) = 8.56%
R=82.35%
G=9.09%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154171600.890.900.400.4381.1833.33
Hex9A11100595A2805121
Octal2322120013113250012141
Binary10011010100011000001011001101101010100001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A1110; }

 p { color: rgb(154,17,16); }

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

<style>
 a { background-color: #9A1110; }

 a { background-color: rgb(154,17,16); }

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

<style>
 span { border-color: #9A1110; }

 span { border-color: rgb(154,17,16); }

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