Html Css Color HEX #A6010C Sangria

📋 copy color: '#A6010C'

red 166 ◦ green 1 ◦ blue 12

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

Shades of Sangria #A6010C

Tints of Sangria #A6010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 92.74%
G = 0.56%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6010C (or 0xA6010C) is known color: Sangria. HEX triplet: A6, 01 and 0C. RGB value is (166,1,12). Sum of RGB (Red+Green+Blue) = 166+1+12=179 (23% of max value = 765). Red value is 166 (65.23% from 255 or 92.74% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 166 - color contains mainly: red. Hex color #A6010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6010C is #59FEF3. Grayscale: #333333. Windows color (decimal): -5897972 or 786854. OLE color: 786854.

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

Color convert

RGB 166 1 12 -
CMYK 0 0.99 0.93 0.35
HSL 356º 0.99% 0.33% -
HSV(B) 356º 0.99% 0.65% -
XYZ 15.8 8.16 1.09 -
YUV 51.59 105.66 209.61 -
System Red Green Blue C M Y K H S L
Decimal 166 1 12 0 0.99 0.93 0.35 356 0.99 0.33
Hex A6 1 C 0 63 5D 23 164 63 21
Octal 246 1 14 0 143 135 43 544 143 41
Binary 10100110 1 1100 0 1100011 1011101 100011 101100100 1100011 100001

Color Harmonies of #A6010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6010C

Black with #A6010C

Text Example


Text Example

White with #A6010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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