Html Css Color HEX #A40900 Dark Red

📋 copy color: '#A40900'

red 164 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #A40900

Tints of Dark Red #A40900

RGB

 RED value IS 164 (64.45% from 255) = 94.8%

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.8%
G = 5.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A40900 (or 0xA40900) is known color: Dark Red. HEX triplet: A4, 09 and 00. RGB value is (164,9,0). Sum of RGB (Red+Green+Blue) = 164+9+0=173 (22% of max value = 765). Red value is 164 (64.45% from 255 or 94.80% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 164 - color contains mainly: red. Hex color #A40900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40900 is #5BF6FF. Grayscale: #363636. Windows color (decimal): -6027008 or 2468. OLE color: 2468.

HSL color Cylindrical-coordinate representation of color #A40900: hue angle of 3.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 9 0 -
CMYK 0 0.95 1 0.36
HSL 3.29º 1% 0.32% -
HSV(B) 3.29º 1% 0.64% -
XYZ 15.41 8.09 0.75 -
YUV 54.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 164 9 0 0 0.95 1 0.36 3.29 1 0.32
Hex A4 9 0 0 5F 64 24 3 64 20
Octal 244 11 0 0 137 144 44 3 144 40
Binary 10100100 1001 0 0 1011111 1100100 100100 11 1100100 100000

Color Harmonies of #A40900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40900

Black with #A40900

Text Example


Text Example

White with #A40900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40900; }

 p { color: rgb(164,9,0); }

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

background-color css

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

 a { background-color: rgb(164,9,0); }

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

border-color css

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

 span { border-color: rgb(164,9,0); }

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