#a60b0f

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

Shades of Sangria #A60B0F

Tints of Sangria #A60B0F

Color information

#A60B0F (or 0xA60B0F) is unknown color: approx Sangria. HEX triplet: A6, 0B and 0F. RGB value is (166,11,15). Sum of RGB (Red+Green+Blue) = 166+11+15=192 (25% of max value = 765). Red value is 166 (65.23% from 255 or 86.46% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B0F is #59F4F0. Grayscale: #393939. Windows color (decimal): -5895409 or 986022. OLE color: 986022.

HSL color Cylindrical-coordinate representation of color #A60B0F: hue angle of 358.45º 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 #A60B0F is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB1661115-
CMYK00.930.910.35
HSL358.45º87.57%34.71%-
HSV(B)358.45º93.37%65.1%-
XYZ15.938.381.23-
YUV57.8103.85205.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 86.46%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=86.46%
G=5.73%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166111500.930.910.35358.4587.5734.71
HexA6BF05D5B231665823
Octal246131701351334354613043
Binary10100110101111110101110110110111000111011001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a60b0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a60b0f; }

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

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

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

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

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

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

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

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