#AD080B

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

Shades of Sangria #AD080B

Tints of Sangria #AD080B

Color information

#AD080B (or 0xAD080B) is unknown color: approx Sangria. HEX triplet: AD, 08 and 0B. RGB value is (173,8,11). Sum of RGB (Red+Green+Blue) = 173+8+11=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD080B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD080B is #52F7F4. Grayscale: #393939. Windows color (decimal): -5437429 or 723117. OLE color: 723117.

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

Color convert

RGB173811-
CMYK00.950.940.32
HSL358.91º91.16%35.49%-
HSV(B)358.91º95.38%67.84%-
XYZ17.389.081.15-
YUV57.68101.66210.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 90.10%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=90.10%
G=4.17%
B=5.73%

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
Decimal17381100.950.940.32358.9191.1635.49
HexAD8B05F5E201675b23
Octal255101301371364054713343
Binary10101101100010110101111110111101000001011001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD080B; }

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

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

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

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

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

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

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

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