#A60B0D

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

Shades of Sangria #A60B0D

Tints of Sangria #A60B0D

Color information

#A60B0D (or 0xA60B0D) is unknown color: approx Sangria. HEX triplet: A6, 0B and 0D. RGB value is (166,11,13). Sum of RGB (Red+Green+Blue) = 166+11+13=190 (25% of max value = 765). Red value is 166 (65.23% from 255 or 87.37% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60B0D is #59F4F2. Grayscale: #393939. Windows color (decimal): -5895411 or 854950. OLE color: 854950.

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

Color convert

RGB1661113-
CMYK00.930.920.35
HSL359.23º87.57%34.71%-
HSV(B)359.23º93.37%65.1%-
XYZ15.928.381.16-
YUV57.57102.85205.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 87.37%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=87.37%
G=5.79%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166111300.930.920.35359.2387.5734.71
HexA6BD05D5C231675823
Octal246131501351344354713043
Binary10100110101111010101110110111001000111011001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60B0D; }

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

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

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

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

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

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

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

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