#A10409

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

Shades of Sangria #A10409

Tints of Sangria #A10409

Color information

#A10409 (or 0xA10409) is unknown color: approx Sangria. HEX triplet: A1, 04 and 09. RGB value is (161,4,9). Sum of RGB (Red+Green+Blue) = 161+4+9=174 (23% of max value = 765). Red value is 161 (63.28% from 255 or 92.53% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 9 (3.91% from 255 or 5.17% from 174); Max value from RGB is 161 - color contains mainly: red. Hex color #A10409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10409 is #5EFBF6. Grayscale: #333333. Windows color (decimal): -6224887 or 591009. OLE color: 591009.

HSL color Cylindrical-coordinate representation of color #A10409: hue angle of 358.09º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10409 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB16149-
CMYK00.980.940.37
HSL358.09º95.15%32.35%-
HSV(B)358.09º97.52%63.14%-
XYZ14.797.680.96-
YUV51.51104.01206.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 92.53%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 9 (3.91% from 255) = 5.17%
R=92.53%
G=2.30%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614900.980.940.37358.0995.1532.35
HexA1490625E251665f20
Octal24141101421364554613740
Binary1010000110010010110001010111101001011011001101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10409; }

 p { color: rgb(161,4,9); }

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

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

 a { background-color: rgb(161,4,9); }

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

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

 span { border-color: rgb(161,4,9); }

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