#A90305

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

Shades of Sangria #A90305

Tints of Sangria #A90305

Color information

#A90305 (or 0xA90305) is unknown color: approx Sangria. HEX triplet: A9, 03 and 05. RGB value is (169,3,5). Sum of RGB (Red+Green+Blue) = 169+3+5=177 (23% of max value = 765). Red value is 169 (66.41% from 255 or 95.48% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 169 - color contains mainly: red. Hex color #A90305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90305 is #56FCFA. Grayscale: #353535. Windows color (decimal): -5700859 or 328617. OLE color: 328617.

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

Color convert

RGB16935-
CMYK00.980.970.34
HSL359.28º96.51%33.73%-
HSV(B)359.28º98.22%66.27%-
XYZ16.428.510.92-
YUV52.86101210.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 95.48%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=95.48%
G=1.69%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693500.980.970.34359.2896.5133.73
HexA93506261221676122
Octal2513501421414254714142
Binary10101001111010110001011000011000101011001111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90305; }

 p { color: rgb(169,3,5); }

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

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

 a { background-color: rgb(169,3,5); }

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

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

 span { border-color: rgb(169,3,5); }

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