#A60108

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

Shades of Sangria #A60108

Tints of Sangria #A60108

Color information

#A60108 (or 0xA60108) is unknown color: approx Sangria. HEX triplet: A6, 01 and 08. RGB value is (166,1,8). Sum of RGB (Red+Green+Blue) = 166+1+8=175 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 166 - color contains mainly: red. Hex color #A60108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60108 is #59FEF7. Grayscale: #333333. Windows color (decimal): -5897976 or 524710. OLE color: 524710.

HSL color Cylindrical-coordinate representation of color #A60108: hue angle of 357.45º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A60108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB16618-
CMYK00.990.950.35
HSL357.45º98.8%32.75%-
HSV(B)357.45º99.4%65.1%-
XYZ15.788.150.97-
YUV51.13103.66209.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 94.86%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=94.86%
G=0.57%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661800.990.950.35357.4598.832.75
HexA6180635F231656321
Octal24611001431374354514341
Binary10100110110000110001110111111000111011001011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60108; }

 p { color: rgb(166,1,8); }

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

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

 a { background-color: rgb(166,1,8); }

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

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

 span { border-color: rgb(166,1,8); }

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