#AD080A

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

Shades of Sangria #AD080A

Tints of Sangria #AD080A

Color information

#AD080A (or 0xAD080A) is unknown color: approx Sangria. HEX triplet: AD, 08 and 0A. RGB value is (173,8,10). Sum of RGB (Red+Green+Blue) = 173+8+10=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080A is #52F7F5. Grayscale: #393939. Windows color (decimal): -5437430 or 657581. OLE color: 657581.

HSL color Cylindrical-coordinate representation of color #AD080A: hue angle of 359.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD080A is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB173810-
CMYK00.950.940.32
HSL359.27º91.16%35.49%-
HSV(B)359.27º95.38%67.84%-
XYZ17.389.081.12-
YUV57.56101.16210.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 90.58%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=90.58%
G=4.19%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17381000.950.940.32359.2791.1635.49
HexAD8A05F5E201675b23
Octal255101201371364054713343
Binary10101101100010100101111110111101000001011001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD080A; }

 p { color: rgb(173,8,10); }

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

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

 a { background-color: rgb(173,8,10); }

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

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

 span { border-color: rgb(173,8,10); }

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