#A11807

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

Shades of Dark Red #A11807

Tints of Dark Red #A11807

Color information

#A11807 (or 0xA11807) is unknown color: approx Dark Red. HEX triplet: A1, 18 and 07. RGB value is (161,24,7). Sum of RGB (Red+Green+Blue) = 161+24+7=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A11807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11807 is #5EE7F8. Grayscale: #3F3F3F. Windows color (decimal): -6219769 or 465057. OLE color: 465057.

HSL color Cylindrical-coordinate representation of color #A11807: hue angle of 6.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A11807 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161247-
CMYK00.850.960.37
HSL6.62º91.67%32.94%-
HSV(B)6.62º95.65%63.14%-
XYZ15.068.251-
YUV63.0296.39197.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.85%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 7 (3.12% from 255) = 3.65%
R=83.85%
G=12.5%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16124700.850.960.376.6291.6732.94
HexA1187055602575c21
Octal241307012514045713441
Binary10100001110001110101010111000001001011111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11807; }

 p { color: rgb(161,24,7); }

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

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

 a { background-color: rgb(161,24,7); }

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

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

 span { border-color: rgb(161,24,7); }

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