#A60B0C

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

Shades of Sangria #A60B0C

Tints of Sangria #A60B0C

Color information

#A60B0C (or 0xA60B0C) is unknown color: approx Sangria. HEX triplet: A6, 0B and 0C. RGB value is (166,11,12). Sum of RGB (Red+Green+Blue) = 166+11+12=189 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.83% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B0C is #59F4F3. Grayscale: #393939. Windows color (decimal): -5895412 or 789414. OLE color: 789414.

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

Color convert

RGB1661112-
CMYK00.930.930.35
HSL359.61º87.57%34.71%-
HSV(B)359.61º93.37%65.1%-
XYZ15.918.371.13-
YUV57.46102.35205.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.83%
GREEN value IS 11 (4.69% from 255) = 5.82%
BLUE value IS 12 (5.08% from 255) = 6.35%
R=87.83%
G=5.82%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166111200.930.930.35359.6187.5734.71
HexA6BC05D5D231685823
Octal246131401351354355013043
Binary10100110101111000101110110111011000111011010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B0C; }

 p { color: rgb(166,11,12); }

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

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

 a { background-color: rgb(166,11,12); }

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

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

 span { border-color: rgb(166,11,12); }

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