#9A1203

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

Shades of Dark Red #9A1203

Tints of Dark Red #9A1203

Color information

#9A1203 (or 0x9A1203) is unknown color: approx Dark Red. HEX triplet: 9A, 12 and 03. RGB value is (154,18,3). Sum of RGB (Red+Green+Blue) = 154+18+3=175 (23% of max value = 765). Red value is 154 (60.55% from 255 or 88% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1203 is #65EDFC. Grayscale: #393939. Windows color (decimal): -6680061 or 201370. OLE color: 201370.

HSL color Cylindrical-coordinate representation of color #9A1203: hue angle of 5.96º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9A1203 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB154183-
CMYK00.880.980.40
HSL5.96º96.18%30.78%-
HSV(B)5.96º98.05%60.39%-
XYZ13.567.310.78-
YUV56.9597.56197.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 88%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=88%
G=10.29%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15418300.880.980.405.9696.1830.78
Hex9A12305862286601f
Octal232223013014250614037
Binary100110101001011010110001100010101000110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,18,3); }

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

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

 a { background-color: rgb(154,18,3); }

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

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

 span { border-color: rgb(154,18,3); }

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