#A5080E

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

Shades of Sangria #A5080E

Tints of Sangria #A5080E

Color information

#A5080E (or 0xA5080E) is unknown color: approx Sangria. HEX triplet: A5, 08 and 0E. RGB value is (165,8,14). Sum of RGB (Red+Green+Blue) = 165+8+14=187 (24% of max value = 765). Red value is 165 (64.84% from 255 or 88.24% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 165 - color contains mainly: red. Hex color #A5080E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5080E is #5AF7F1. Grayscale: #373737. Windows color (decimal): -5961714 or 919717. OLE color: 919717.

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

Color convert

RGB165814-
CMYK00.950.920.35
HSL357.71º90.75%33.92%-
HSV(B)357.71º95.15%64.71%-
XYZ15.688.21.17-
YUV55.63104.51206.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 88.24%
GREEN value IS 8 (3.52% from 255) = 4.28%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=88.24%
G=4.28%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16581400.950.920.35357.7190.7533.92
HexA58E05F5C231665b22
Octal245101601371344354613342
Binary10100101100011100101111110111001000111011001101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5080E; }

 p { color: rgb(165,8,14); }

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

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

 a { background-color: rgb(165,8,14); }

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

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

 span { border-color: rgb(165,8,14); }

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