#A1100F

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

Shades of Dark Red #A1100F

Tints of Dark Red #A1100F

Color information

#A1100F (or 0xA1100F) is unknown color: approx Dark Red. HEX triplet: A1, 10 and 0F. RGB value is (161,16,15). Sum of RGB (Red+Green+Blue) = 161+16+15=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1100F is #5EEFF0. Grayscale: #3B3B3B. Windows color (decimal): -6221809 or 987297. OLE color: 987297.

HSL color Cylindrical-coordinate representation of color #A1100F: hue angle of 0.41º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1100F is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1611615-
CMYK00.900.910.37
HSL0.41º82.95%34.51%-
HSV(B)0.41º90.68%63.14%-
XYZ14.977.981.2-
YUV59.24103.04200.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 83.85%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=83.85%
G=8.33%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161161500.900.910.370.4182.9534.51
HexA110F05A5B2505323
Octal2412017013213345012343
Binary1010000110000111101011010101101110010101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1100F; }

 p { color: rgb(161,16,15); }

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

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

 a { background-color: rgb(161,16,15); }

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

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

 span { border-color: rgb(161,16,15); }

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