#A0020E

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

Shades of Sangria #A0020E

Tints of Sangria #A0020E

Color information

#A0020E (or 0xA0020E) is unknown color: approx Sangria. HEX triplet: A0, 02 and 0E. RGB value is (160,2,14). Sum of RGB (Red+Green+Blue) = 160+2+14=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A0020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0020E is #5FFDF1. Grayscale: #323232. Windows color (decimal): -6290930 or 918176. OLE color: 918176.

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

Color convert

RGB160214-
CMYK00.990.910.37
HSL355.44º97.53%31.76%-
HSV(B)355.44º98.75%62.75%-
XYZ14.67.551.1-
YUV50.61107.35206.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 90.91%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=90.91%
G=1.14%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16021400.990.910.37355.4497.5331.76
HexA02E0635B251636220
Octal24021601431334554314240
Binary101000001011100110001110110111001011011000111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0020E; }

 p { color: rgb(160,2,14); }

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

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

 a { background-color: rgb(160,2,14); }

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

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

 span { border-color: rgb(160,2,14); }

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