#a10206

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

Shades of Sangria #A10206

Tints of Sangria #A10206

Color information

#A10206 (or 0xA10206) is unknown color: approx Sangria. HEX triplet: A1, 02 and 06. RGB value is (161,2,6). Sum of RGB (Red+Green+Blue) = 161+2+6=169 (22% of max value = 765). Red value is 161 (63.28% from 255 or 95.27% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 161 - color contains mainly: red. Hex color #A10206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10206 is #5EFDF9. Grayscale: #323232. Windows color (decimal): -6225402 or 393889. OLE color: 393889.

HSL color Cylindrical-coordinate representation of color #A10206: hue angle of 358.49º 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 #A10206 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB16126-
CMYK00.990.960.37
HSL358.49º97.55%31.96%-
HSV(B)358.49º98.76%63.14%-
XYZ14.757.630.87-
YUV50103.18207.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 95.27%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 6 (2.73% from 255) = 3.55%
R=95.27%
G=1.18%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612600.990.960.37358.4997.5531.96
HexA12606360251666220
Octal2412601431404554614240
Binary10100001101100110001111000001001011011001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a10206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a10206; }

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

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

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

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

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

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

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

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