#A10106

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

Shades of Sangria #A10106

Tints of Sangria #A10106

Color information

#A10106 (or 0xA10106) is unknown color: approx Sangria. HEX triplet: A1, 01 and 06. RGB value is (161,1,6). Sum of RGB (Red+Green+Blue) = 161+1+6=168 (22% of max value = 765). Red value is 161 (63.28% from 255 or 95.83% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 161 - color contains mainly: red. Hex color #A10106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10106 is #5EFEF9. Grayscale: #313131. Windows color (decimal): -6225658 or 393633. OLE color: 393633.

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

Color convert

RGB16116-
CMYK00.990.960.37
HSL358.12º98.77%31.76%-
HSV(B)358.12º99.38%63.14%-
XYZ14.747.610.86-
YUV49.41103.51207.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 95.83%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 6 (2.73% from 255) = 3.57%
R=95.83%
G=0.60%
B=3.57%

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
Decimal1611600.990.960.37358.1298.7731.76
HexA11606360251666320
Octal2411601431404554614340
Binary1010000111100110001111000001001011011001101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10106; }

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

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

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

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

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

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

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

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