Html Css Color HEX #A60409 Sangria

📋 copy color: '#A60409'

red 166 ◦ green 4 ◦ blue 9

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

Shades of Sangria #A60409

Tints of Sangria #A60409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

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

R = 92.74%
G = 2.23%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A60409 (or 0xA60409) is known color: Sangria. HEX triplet: A6, 04 and 09. RGB value is (166,4,9). Sum of RGB (Red+Green+Blue) = 166+4+9=179 (23% of max value = 765). Red value is 166 (65.23% from 255 or 92.74% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 166 - color contains mainly: red. Hex color #A60409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60409 is #59FBF6. Grayscale: #353535. Windows color (decimal): -5897207 or 591014. OLE color: 591014.

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

Color convert

RGB 166 4 9 -
CMYK 0 0.98 0.95 0.35
HSL 358.15º 0.95% 0.33% -
HSV(B) 358.15º 0.98% 0.65% -
XYZ 15.82 8.21 1.01 -
YUV 53.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 166 4 9 0 0.98 0.95 0.35 358.15 0.95 0.33
Hex A6 4 9 0 62 5F 23 166 5F 21
Octal 246 4 11 0 142 137 43 546 137 41
Binary 10100110 100 1001 0 1100010 1011111 100011 101100110 1011111 100001

Color Harmonies of #A60409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60409

Black with #A60409

Text Example


Text Example

White with #A60409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60409; }

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

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

background-color css

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

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

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

border-color css

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

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

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