#A10F03

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

Shades of Dark Red #A10F03

Tints of Dark Red #A10F03

Color information

#A10F03 (or 0xA10F03) is unknown color: approx Dark Red. HEX triplet: A1, 0F and 03. RGB value is (161,15,3). Sum of RGB (Red+Green+Blue) = 161+15+3=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A10F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10F03 is #5EF0FC. Grayscale: #393939. Windows color (decimal): -6222077 or 200609. OLE color: 200609.

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

Color convert

RGB161153-
CMYK00.910.980.37
HSL4.56º96.34%32.16%-
HSV(B)4.56º98.14%63.14%-
XYZ14.897.930.83-
YUV57.2997.37201.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 89.94%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=89.94%
G=8.38%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115300.910.980.374.5696.3432.16
HexA1F305B622556020
Octal241173013314245514040
Binary101000011111110101101111000101001011011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10F03; }

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

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

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

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

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

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

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

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