#9A0E03

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

Shades of Dark Red #9A0E03

Tints of Dark Red #9A0E03

Color information

#9A0E03 (or 0x9A0E03) is unknown color: approx Dark Red. HEX triplet: 9A, 0E and 03. RGB value is (154,14,3). Sum of RGB (Red+Green+Blue) = 154+14+3=171 (22% of max value = 765). Red value is 154 (60.55% from 255 or 90.06% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A0E03 is #65F1FC. Grayscale: #363636. Windows color (decimal): -6681085 or 200346. OLE color: 200346.

HSL color Cylindrical-coordinate representation of color #9A0E03: hue angle of 4.37º 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 #9A0E03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.40.

Color convert

RGB154143-
CMYK00.910.980.40
HSL4.37º96.18%30.78%-
HSV(B)4.37º98.05%60.39%-
XYZ13.57.190.76-
YUV54.6198.88198.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 90.06%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=90.06%
G=8.19%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15414300.910.980.404.3796.1830.78
Hex9AE305B62284601f
Octal232163013314250414037
Binary10011010111011010110111100010101000100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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