#A21507

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

Shades of Dark Red #A21507

Tints of Dark Red #A21507

Color information

#A21507 (or 0xA21507) is unknown color: approx Dark Red. HEX triplet: A2, 15 and 07. RGB value is (162,21,7). Sum of RGB (Red+Green+Blue) = 162+21+7=190 (25% of max value = 765). Red value is 162 (63.67% from 255 or 85.26% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 162 - color contains mainly: red. Hex color #A21507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21507 is #5DEAF8. Grayscale: #3D3D3D. Windows color (decimal): -6155001 or 464290. OLE color: 464290.

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

Color convert

RGB162217-
CMYK00.870.960.36
HSL5.42º91.72%33.14%-
HSV(B)5.42º95.68%63.53%-
XYZ15.218.230.99-
YUV61.5697.21199.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 85.26%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=85.26%
G=11.05%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16221700.870.960.365.4291.7233.14
HexA2157057602455c21
Octal242257012714044513441
Binary10100010101011110101011111000001001001011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21507; }

 p { color: rgb(162,21,7); }

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

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

 a { background-color: rgb(162,21,7); }

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

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

 span { border-color: rgb(162,21,7); }

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