#A20506

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

Shades of Sangria #A20506

Tints of Sangria #A20506

Color information

#A20506 (or 0xA20506) is unknown color: approx Sangria. HEX triplet: A2, 05 and 06. RGB value is (162,5,6). Sum of RGB (Red+Green+Blue) = 162+5+6=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20506 is #5DFAF9. Grayscale: #343434. Windows color (decimal): -6159098 or 394658. OLE color: 394658.

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

Color convert

RGB16256-
CMYK00.970.960.36
HSL359.62º94.01%32.75%-
HSV(B)359.62º96.91%63.53%-
XYZ14.997.80.89-
YUV52.06102.01206.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.64%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 6 (2.73% from 255) = 3.47%
R=93.64%
G=2.89%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625600.970.960.36359.6294.0132.75
HexA25606160241685e21
Octal2425601411404455013641
Binary101000101011100110000111000001001001011010001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20506; }

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

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

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

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

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

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

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

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