#A40B00

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

Shades of Dark Red #A40B00

Tints of Dark Red #A40B00

Color information

#A40B00 (or 0xA40B00) is unknown color: approx Dark Red. HEX triplet: A4, 0B and 00. RGB value is (164,11,0). Sum of RGB (Red+Green+Blue) = 164+11+0=175 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.71% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40B00 is #5BF4FF. Grayscale: #373737. Windows color (decimal): -6026496 or 2980. OLE color: 2980.

HSL color Cylindrical-coordinate representation of color #A40B00: hue angle of 4.02º 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 #A40B00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB164110-
CMYK00.9310.36
HSL4.02º100%32.16%-
HSV(B)4.02º100%64.31%-
XYZ15.438.130.76-
YUV55.4996.69205.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 93.71%
GREEN value IS 11 (4.69% from 255) = 6.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=93.71%
G=6.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411000.9310.364.0210032.16
HexA4B005D642446420
Octal244130013514444414440
Binary10100100101100101110111001001001001001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B00; }

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

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

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

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

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

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

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

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