Html Css Color HEX #A60109 Sangria

📋 copy color: '#A60109'

red 166 ◦ green 1 ◦ blue 9

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

Shades of Sangria #A60109

Tints of Sangria #A60109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.11%

R = 94.32%
G = 0.57%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A60109 (or 0xA60109) is known color: Sangria. HEX triplet: A6, 01 and 09. RGB value is (166,1,9). Sum of RGB (Red+Green+Blue) = 166+1+9=176 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.32% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 166 - color contains mainly: red. Hex color #A60109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60109 is #59FEF6. Grayscale: #333333. Windows color (decimal): -5897975 or 590246. OLE color: 590246.

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

Color convert

RGB 166 1 9 -
CMYK 0 0.99 0.95 0.35
HSL 357.09º 0.99% 0.33% -
HSV(B) 357.09º 0.99% 0.65% -
XYZ 15.79 8.15 1 -
YUV 51.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 166 1 9 0 0.99 0.95 0.35 357.09 0.99 0.33
Hex A6 1 9 0 63 5F 23 165 63 21
Octal 246 1 11 0 143 137 43 545 143 41
Binary 10100110 1 1001 0 1100011 1011111 100011 101100101 1100011 100001

Color Harmonies of #A60109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60109

Black with #A60109

Text Example


Text Example

White with #A60109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60109; }

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

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

background-color css

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

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

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

border-color css

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

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

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