Html Css Color HEX #A60009 Sangria

📋 copy color: '#A60009'

red 166 ◦ green 0 ◦ blue 9

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

Shades of Sangria #A60009

Tints of Sangria #A60009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.86%
G = 0%
B = 5.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A60009 (or 0xA60009) is known color: Sangria. HEX triplet: A6, 00 and 09. RGB value is (166,0,9). Sum of RGB (Red+Green+Blue) = 166+0+9=175 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 166 - color contains mainly: red. Hex color #A60009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60009 is #59FFF6. Grayscale: #323232. Windows color (decimal): -5898231 or 589990. OLE color: 589990.

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

Color convert

RGB 166 0 9 -
CMYK 0 1 0.95 0.35
HSL 356.75º 1% 0.33% -
HSV(B) 356.75º 1% 0.65% -
XYZ 15.78 8.13 1 -
YUV 50.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 166 0 9 0 1 0.95 0.35 356.75 1 0.33
Hex A6 0 9 0 64 5F 23 165 64 21
Octal 246 0 11 0 144 137 43 545 144 41
Binary 10100110 0 1001 0 1100100 1011111 100011 101100101 1100100 100001

Color Harmonies of #A60009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60009

Black with #A60009

Text Example


Text Example

White with #A60009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60009; }

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

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

background-color css

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

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

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

border-color css

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

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

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