#A20308

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

Shades of Sangria #A20308

Tints of Sangria #A20308

Color information

#A20308 (or 0xA20308) is unknown color: approx Sangria. HEX triplet: A2, 03 and 08. RGB value is (162,3,8). Sum of RGB (Red+Green+Blue) = 162+3+8=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20308 is #5DFCF7. Grayscale: #333333. Windows color (decimal): -6159608 or 525218. OLE color: 525218.

HSL color Cylindrical-coordinate representation of color #A20308: hue angle of 358.11º 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 #A20308 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB16238-
CMYK00.980.950.36
HSL358.11º96.36%32.35%-
HSV(B)358.11º98.15%63.53%-
XYZ14.987.760.94-
YUV51.11103.68207.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 93.64%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 8 (3.52% from 255) = 4.62%
R=93.64%
G=1.73%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623800.980.950.36358.1196.3632.35
HexA2380625F241666020
Octal24231001421374454614040
Binary101000101110000110001010111111001001011001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20308; }

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

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

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

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

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

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

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

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