Html Css Color HEX #A6010A Sangria

📋 copy color: '#A6010A'

red 166 ◦ green 1 ◦ blue 10

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

Shades of Sangria #A6010A

Tints of Sangria #A6010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.65%

R = 93.79%
G = 0.56%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6010A (or 0xA6010A) is known color: Sangria. HEX triplet: A6, 01 and 0A. RGB value is (166,1,10). Sum of RGB (Red+Green+Blue) = 166+1+10=177 (23% of max value = 765). Red value is 166 (65.23% from 255 or 93.79% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 166 - color contains mainly: red. Hex color #A6010A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6010A is #59FEF5. Grayscale: #333333. Windows color (decimal): -5897974 or 655782. OLE color: 655782.

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

Color convert

RGB 166 1 10 -
CMYK 0 0.99 0.94 0.35
HSL 356.73º 0.99% 0.33% -
HSV(B) 356.73º 0.99% 0.65% -
XYZ 15.79 8.15 1.03 -
YUV 51.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 166 1 10 0 0.99 0.94 0.35 356.73 0.99 0.33
Hex A6 1 A 0 63 5E 23 165 63 21
Octal 246 1 12 0 143 136 43 545 143 41
Binary 10100110 1 1010 0 1100011 1011110 100011 101100101 1100011 100001

Color Harmonies of #A6010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6010A

Black with #A6010A

Text Example


Text Example

White with #A6010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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