#A5090F

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

Shades of Sangria #A5090F

Tints of Sangria #A5090F

Color information

#A5090F (or 0xA5090F) is unknown color: approx Sangria. HEX triplet: A5, 09 and 0F. RGB value is (165,9,15). Sum of RGB (Red+Green+Blue) = 165+9+15=189 (25% of max value = 765). Red value is 165 (64.84% from 255 or 87.30% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 165 - color contains mainly: red. Hex color #A5090F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5090F is #5AF6F0. Grayscale: #383838. Windows color (decimal): -5961457 or 985509. OLE color: 985509.

HSL color Cylindrical-coordinate representation of color #A5090F: hue angle of 357.69º degrees, saturation: 0.9, 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 #A5090F is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB165915-
CMYK00.950.910.35
HSL357.69º89.66%34.12%-
HSV(B)357.69º94.55%64.71%-
XYZ15.78.231.21-
YUV56.33104.68205.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 87.30%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 15 (6.25% from 255) = 7.94%
R=87.30%
G=4.76%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16591500.950.910.35357.6989.6634.12
HexA59F05F5B231665a22
Octal245111701371334354613242
Binary10100101100111110101111110110111000111011001101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5090F; }

 p { color: rgb(165,9,15); }

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

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

 a { background-color: rgb(165,9,15); }

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

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

 span { border-color: rgb(165,9,15); }

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