Html Css Color HEX #900A03 Dark Red

📋 copy color: '#900A03'

red 144 ◦ green 10 ◦ blue 3

#900A03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #900A03

Tints of Dark Red #900A03

RGB

 RED value IS 144 (56.64% from 255) = 91.72%

 GREEN value IS 10 (4.3% from 255) = 6.37%

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 91.72%
G = 6.37%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#900A03 (or 0x900A03) is known color: Dark Red. HEX triplet: 90, 0A and 03. RGB value is (144,10,3). Sum of RGB (Red+Green+Blue) = 144+10+3=157 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.72% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 144 - color contains mainly: red. Hex color #900A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900A03 is #6FF5FC. Grayscale: #313131. Windows color (decimal): -7337469 or 199312. OLE color: 199312.

HSL color Cylindrical-coordinate representation of color #900A03: hue angle of 2.98º 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 #900A03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 3 -
CMYK 0 0.93 0.98 0.44
HSL 2.98º 0.96% 0.29% -
HSV(B) 2.98º 0.98% 0.56% -
XYZ 11.63 6.15 0.66 -
YUV 49.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 144 10 3 0 0.93 0.98 0.44 2.98 0.96 0.29
Hex 90 A 3 0 5D 62 2C 3 60 1D
Octal 220 12 3 0 135 142 54 3 140 35
Binary 10010000 1010 11 0 1011101 1100010 101100 11 1100000 11101

Color Harmonies of #900A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A03

Black with #900A03

Text Example


Text Example

White with #900A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #900A03;
 }
 .AnyTagClassName
 {
   color: #900A03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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