#A11A02

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

Shades of Dark Red #A11A02

Tints of Dark Red #A11A02

Color information

#A11A02 (or 0xA11A02) is unknown color: approx Dark Red. HEX triplet: A1, 1A and 02. RGB value is (161,26,2). Sum of RGB (Red+Green+Blue) = 161+26+2=189 (25% of max value = 765). Red value is 161 (63.28% from 255 or 85.19% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A02 is #5EE5FD. Grayscale: #3F3F3F. Windows color (decimal): -6219262 or 137889. OLE color: 137889.

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

Color convert

RGB161262-
CMYK00.840.990.37
HSL9.06º97.55%31.96%-
HSV(B)9.06º98.76%63.14%-
XYZ15.088.320.87-
YUV63.6393.23197.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 85.19%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=85.19%
G=13.76%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16126200.840.990.379.0697.5531.96
HexA11A2054632596220
Octal2413220124143451114240
Binary10100001110101001010100110001110010110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A02; }

 p { color: rgb(161,26,2); }

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

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

 a { background-color: rgb(161,26,2); }

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

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

 span { border-color: rgb(161,26,2); }

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