Html Css Color HEX #A40902 Dark Red

📋 copy color: '#A40902'

red 164 ◦ green 9 ◦ blue 2

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

Shades of Dark Red #A40902

Tints of Dark Red #A40902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 93.71%
G = 5.14%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A40902 (or 0xA40902) is known color: Dark Red. HEX triplet: A4, 09 and 02. RGB value is (164,9,2). Sum of RGB (Red+Green+Blue) = 164+9+2=175 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 164 - color contains mainly: red. Hex color #A40902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40902 is #5BF6FD. Grayscale: #363636. Windows color (decimal): -6027006 or 133540. OLE color: 133540.

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

Color convert

RGB 164 9 2 -
CMYK 0 0.95 0.99 0.36
HSL 2.59º 0.98% 0.33% -
HSV(B) 2.59º 0.99% 0.64% -
XYZ 15.42 8.09 0.81 -
YUV 54.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 164 9 2 0 0.95 0.99 0.36 2.59 0.98 0.33
Hex A4 9 2 0 5F 63 24 3 62 21
Octal 244 11 2 0 137 143 44 3 142 41
Binary 10100100 1001 10 0 1011111 1100011 100100 11 1100010 100001

Color Harmonies of #A40902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40902

Black with #A40902

Text Example


Text Example

White with #A40902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40902; }

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

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

background-color css

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

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

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

border-color css

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

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

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