Html Css Color HEX #A60E10 Sangria

📋 copy color: '#A60E10'

red 166 ◦ green 14 ◦ blue 16

#A60E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #A60E10

Tints of Sangria #A60E10

RGB

 RED value IS 166 (65.23% from 255) = 84.69%

 GREEN value IS 14 (5.86% from 255) = 7.14%

 BLUE value IS 16 (6.64% from 255) = 8.16%

R = 84.69%
G = 7.14%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A60E10 (or 0xA60E10) is known color: Sangria. HEX triplet: A6, 0E and 10. RGB value is (166,14,16). Sum of RGB (Red+Green+Blue) = 166+14+16=196 (25% of max value = 765). Red value is 166 (65.23% from 255 or 84.69% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60E10 is #59F1EF. Grayscale: #3B3B3B. Windows color (decimal): -5894640 or 1052326. OLE color: 1052326.

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

Color convert

RGB 166 14 16 -
CMYK 0 0.92 0.90 0.35
HSL 359.21º 0.84% 0.35% -
HSV(B) 359.21º 0.92% 0.65% -
XYZ 15.98 8.46 1.28 -
YUV 59.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 166 14 16 0 0.92 0.90 0.35 359.21 0.84 0.35
Hex A6 E 10 0 5C 5A 23 167 54 23
Octal 246 16 20 0 134 132 43 547 124 43
Binary 10100110 1110 10000 0 1011100 1011010 100011 101100111 1010100 100011

Color Harmonies of #A60E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60E10

Black with #A60E10

Text Example


Text Example

White with #A60E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60E10; }

 p { color: rgb(166,14,16); }

 H1.HeaderClassName
 {
   color: #A60E10;
 }
 .AnyTagClassName
 {
   color: #A60E10;
 }
</style>

background-color css

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

 a { background-color: rgb(166,14,16); }

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

border-color css

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

 span { border-color: rgb(166,14,16); }

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