#A20309

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

Shades of Sangria #A20309

Tints of Sangria #A20309

Color information

#A20309 (or 0xA20309) is unknown color: approx Sangria. HEX triplet: A2, 03 and 09. RGB value is (162,3,9). Sum of RGB (Red+Green+Blue) = 162+3+9=174 (23% of max value = 765). Red value is 162 (63.67% from 255 or 93.10% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 162 - color contains mainly: red. Hex color #A20309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20309 is #5DFCF6. Grayscale: #333333. Windows color (decimal): -6159607 or 590754. OLE color: 590754.

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

Color convert

RGB16239-
CMYK00.980.940.36
HSL357.74º96.36%32.35%-
HSV(B)357.74º98.15%63.53%-
XYZ14.987.770.97-
YUV51.22104.18207.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.10%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=93.10%
G=1.72%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623900.980.940.36357.7496.3632.35
HexA2390625E241666020
Octal24231101421364454614040
Binary101000101110010110001010111101001001011001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20309; }

 p { color: rgb(162,3,9); }

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

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

 a { background-color: rgb(162,3,9); }

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

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

 span { border-color: rgb(162,3,9); }

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