Html Css Color HEX #A6060B Sangria

📋 copy color: '#A6060B'

red 166 ◦ green 6 ◦ blue 11

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

Shades of Sangria #A6060B

Tints of Sangria #A6060B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

 BLUE value IS 11 (4.69% from 255) = 6.01%

R = 90.71%
G = 3.28%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6060B (or 0xA6060B) is known color: Sangria. HEX triplet: A6, 06 and 0B. RGB value is (166,6,11). Sum of RGB (Red+Green+Blue) = 166+6+11=183 (24% of max value = 765). Red value is 166 (65.23% from 255 or 90.71% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 166 - color contains mainly: red. Hex color #A6060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6060B is #59F9F4. Grayscale: #363636. Windows color (decimal): -5896693 or 722598. OLE color: 722598.

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

Color convert

RGB 166 6 11 -
CMYK 0 0.96 0.93 0.35
HSL 358.13º 0.93% 0.34% -
HSV(B) 358.13º 0.96% 0.65% -
XYZ 15.85 8.26 1.08 -
YUV 54.41 103.51 207.59 -
System Red Green Blue C M Y K H S L
Decimal 166 6 11 0 0.96 0.93 0.35 358.13 0.93 0.34
Hex A6 6 B 0 60 5D 23 166 5D 22
Octal 246 6 13 0 140 135 43 546 135 42
Binary 10100110 110 1011 0 1100000 1011101 100011 101100110 1011101 100010

Color Harmonies of #A6060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6060B

Black with #A6060B

Text Example


Text Example

White with #A6060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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