#A80002

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

Shades of Sangria #A80002

Tints of Sangria #A80002

Color information

#A80002 (or 0xA80002) is unknown color: approx Sangria. HEX triplet: A8, 00 and 02. RGB value is (168,0,2). Sum of RGB (Red+Green+Blue) = 168+0+2=170 (22% of max value = 765). Red value is 168 (66.02% from 255 or 98.82% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 168 - color contains mainly: red. Hex color #A80002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80002 is #57FFFD. Grayscale: #323232. Windows color (decimal): -5767166 or 131240. OLE color: 131240.

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

Color convert

RGB16802-
CMYK010.990.34
HSL359.29º100%32.94%-
HSV(B)359.29º100%65.88%-
XYZ16.168.330.81-
YUV50.46100.66211.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 98.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=98.82%
G=0%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16802010.990.34359.2910032.94
HexA80206463221676421
Octal2500201441434254714441
Binary101010000100110010011000111000101011001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80002; }

 p { color: rgb(168,0,2); }

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

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

 a { background-color: rgb(168,0,2); }

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

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

 span { border-color: rgb(168,0,2); }

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