#A8050D

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

Shades of Sangria #A8050D

Tints of Sangria #A8050D

Color information

#A8050D (or 0xA8050D) is unknown color: approx Sangria. HEX triplet: A8, 05 and 0D. RGB value is (168,5,13). Sum of RGB (Red+Green+Blue) = 168+5+13=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A8050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A8050D is #57FAF2. Grayscale: #363636. Windows color (decimal): -5765875 or 853416. OLE color: 853416.

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

Color convert

RGB168513-
CMYK00.970.920.34
HSL357.06º94.22%33.92%-
HSV(B)357.06º97.02%65.88%-
XYZ16.288.461.16-
YUV54.65104.5208.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 90.32%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=90.32%
G=2.69%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16851300.970.920.34357.0694.2233.92
HexA85D0615C221655e22
Octal25051501411344254513642
Binary1010100010111010110000110111001000101011001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8050D; }

 p { color: rgb(168,5,13); }

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

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

 a { background-color: rgb(168,5,13); }

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

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

 span { border-color: rgb(168,5,13); }

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