#A2020D

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

Shades of Sangria #A2020D

Tints of Sangria #A2020D

Color information

#A2020D (or 0xA2020D) is unknown color: approx Sangria. HEX triplet: A2, 02 and 0D. RGB value is (162,2,13). Sum of RGB (Red+Green+Blue) = 162+2+13=177 (23% of max value = 765). Red value is 162 (63.67% from 255 or 91.53% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 162 - color contains mainly: red. Hex color #A2020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2020D is #5DFDF2. Grayscale: #333333. Windows color (decimal): -6159859 or 852642. OLE color: 852642.

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

Color convert

RGB162213-
CMYK00.990.920.36
HSL355.88º97.56%32.16%-
HSV(B)355.88º98.77%63.53%-
XYZ14.997.751.09-
YUV51.09106.51207.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 91.53%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 13 (5.47% from 255) = 7.34%
R=91.53%
G=1.13%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16221300.990.920.36355.8897.5632.16
HexA22D0635C241646220
Octal24221501431344454414240
Binary101000101011010110001110111001001001011001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2020D; }

 p { color: rgb(162,2,13); }

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

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

 a { background-color: rgb(162,2,13); }

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

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

 span { border-color: rgb(162,2,13); }

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