#A20001

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

Shades of Sangria #A20001

Tints of Sangria #A20001

Color information

#A20001 (or 0xA20001) is unknown color: approx Sangria. HEX triplet: A2, 00 and 01. RGB value is (162,0,1). Sum of RGB (Red+Green+Blue) = 162+0+1=163 (21% of max value = 765). Red value is 162 (63.67% from 255 or 99.39% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 162 - color contains mainly: red. Hex color #A20001 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20001 is #5DFFFE. Grayscale: #303030. Windows color (decimal): -6160383 or 65698. OLE color: 65698.

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

Color convert

RGB16201-
CMYK010.990.36
HSL359.63º100%31.76%-
HSV(B)359.63º100%63.53%-
XYZ14.917.680.73-
YUV48.55101.17208.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 99.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=99.39%
G=0%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16201010.990.36359.6310031.76
HexA20106463241686420
Octal2420101441434455014440
Binary10100010010110010011000111001001011010001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20001; }

 p { color: rgb(162,0,1); }

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

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

 a { background-color: rgb(162,0,1); }

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

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

 span { border-color: rgb(162,0,1); }

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