#A5050A

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

Shades of Sangria #A5050A

Tints of Sangria #A5050A

Color information

#A5050A (or 0xA5050A) is unknown color: approx Sangria. HEX triplet: A5, 05 and 0A. RGB value is (165,5,10). Sum of RGB (Red+Green+Blue) = 165+5+10=180 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.67% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 165 - color contains mainly: red. Hex color #A5050A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A5050A is #5AFAF5. Grayscale: #353535. Windows color (decimal): -5962486 or 656805. OLE color: 656805.

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

Color convert

RGB165510-
CMYK00.970.940.35
HSL358.12º94.12%33.33%-
HSV(B)358.12º96.97%64.71%-
XYZ15.638.131.03-
YUV53.41103.51207.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 91.67%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=91.67%
G=2.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16551000.970.940.35358.1294.1233.33
HexA55A0615E231665e21
Octal24551201411364354613641
Binary1010010110110100110000110111101000111011001101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5050A; }

 p { color: rgb(165,5,10); }

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

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

 a { background-color: rgb(165,5,10); }

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

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

 span { border-color: rgb(165,5,10); }

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