#A10204

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

Shades of Sangria #A10204

Tints of Sangria #A10204

Color information

#A10204 (or 0xA10204) is unknown color: approx Sangria. HEX triplet: A1, 02 and 04. RGB value is (161,2,4). Sum of RGB (Red+Green+Blue) = 161+2+4=167 (22% of max value = 765). Red value is 161 (63.28% from 255 or 96.41% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 161 - color contains mainly: red. Hex color #A10204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10204 is #5EFDFB. Grayscale: #313131. Windows color (decimal): -6225404 or 262817. OLE color: 262817.

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

Color convert

RGB16124-
CMYK00.990.980.37
HSL359.25º97.55%31.96%-
HSV(B)359.25º98.76%63.14%-
XYZ14.747.630.81-
YUV49.77102.18207.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 96.41%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 4 (1.95% from 255) = 2.40%
R=96.41%
G=1.20%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612400.990.980.37359.2597.5531.96
HexA12406362251676220
Octal2412401431424554714240
Binary10100001101000110001111000101001011011001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10204; }

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

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

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

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

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

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

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

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