#A20105

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

Shades of Sangria #A20105

Tints of Sangria #A20105

Color information

#A20105 (or 0xA20105) is unknown color: approx Sangria. HEX triplet: A2, 01 and 05. RGB value is (162,1,5). Sum of RGB (Red+Green+Blue) = 162+1+5=168 (22% of max value = 765). Red value is 162 (63.67% from 255 or 96.43% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 162 - color contains mainly: red. Hex color #A20105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20105 is #5DFEFA. Grayscale: #313131. Windows color (decimal): -6160123 or 328098. OLE color: 328098.

HSL color Cylindrical-coordinate representation of color #A20105: hue angle of 358.51º degrees, saturation: 0.99, 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 #A20105 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB16215-
CMYK00.990.970.36
HSL358.51º98.77%31.96%-
HSV(B)358.51º99.38%63.53%-
XYZ14.947.710.85-
YUV49.6102.84208.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 96.43%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=96.43%
G=0.60%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621500.990.970.36358.5198.7731.96
HexA21506361241676320
Octal2421501431414454714340
Binary1010001011010110001111000011001001011001111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20105; }

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

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

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

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

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

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

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

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