#900C03

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

Shades of Dark Red #900C03

Tints of Dark Red #900C03

Color information

#900C03 (or 0x900C03) is unknown color: approx Dark Red. HEX triplet: 90, 0C and 03. RGB value is (144,12,3). Sum of RGB (Red+Green+Blue) = 144+12+3=159 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90.57% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 144 - color contains mainly: red. Hex color #900C03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900C03 is #6FF3FC. Grayscale: #323232. Windows color (decimal): -7336957 or 199824. OLE color: 199824.

HSL color Cylindrical-coordinate representation of color #900C03: hue angle of 3.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900C03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB144123-
CMYK00.920.980.44
HSL3.83º95.92%28.82%-
HSV(B)3.83º97.92%56.47%-
XYZ11.656.20.67-
YUV50.44101.23194.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 90.57%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 3 (1.56% from 255) = 1.89%
R=90.57%
G=7.55%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412300.920.980.443.8395.9228.82
Hex90C305C622C4601d
Octal220143013414254414035
Binary10010000110011010111001100010101100100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900C03; }

 p { color: rgb(144,12,3); }

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

<style>
 a { background-color: #900C03; }

 a { background-color: rgb(144,12,3); }

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

<style>
 span { border-color: #900C03; }

 span { border-color: rgb(144,12,3); }

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