Html Css Color HEX #A6010D Sangria

📋 copy color: '#A6010D'

red 166 ◦ green 1 ◦ blue 13

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

Shades of Sangria #A6010D

Tints of Sangria #A6010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.22%

R = 92.22%
G = 0.56%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6010D (or 0xA6010D) is known color: Sangria. HEX triplet: A6, 01 and 0D. RGB value is (166,1,13). Sum of RGB (Red+Green+Blue) = 166+1+13=180 (23% of max value = 765). Red value is 166 (65.23% from 255 or 92.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 166 - color contains mainly: red. Hex color #A6010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6010D is #59FEF2. Grayscale: #333333. Windows color (decimal): -5897971 or 852390. OLE color: 852390.

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

Color convert

RGB 166 1 13 -
CMYK 0 0.99 0.92 0.35
HSL 355.64º 0.99% 0.33% -
HSV(B) 355.64º 0.99% 0.65% -
XYZ 15.81 8.16 1.12 -
YUV 51.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 166 1 13 0 0.99 0.92 0.35 355.64 0.99 0.33
Hex A6 1 D 0 63 5C 23 164 63 21
Octal 246 1 15 0 143 134 43 544 143 41
Binary 10100110 1 1101 0 1100011 1011100 100011 101100100 1100011 100001

Color Harmonies of #A6010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6010D

Black with #A6010D

Text Example


Text Example

White with #A6010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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