Html Css Color HEX #A60407 Sangria

📋 copy color: '#A60407'

red 166 ◦ green 4 ◦ blue 7

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

Shades of Sangria #A60407

Tints of Sangria #A60407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 93.79%
G = 2.26%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A60407 (or 0xA60407) is known color: Sangria. HEX triplet: A6, 04 and 07. RGB value is (166,4,7). Sum of RGB (Red+Green+Blue) = 166+4+7=177 (23% of max value = 765). Red value is 166 (65.23% from 255 or 93.79% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 166 - color contains mainly: red. Hex color #A60407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60407 is #59FBF8. Grayscale: #343434. Windows color (decimal): -5897209 or 459942. OLE color: 459942.

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

Color convert

RGB 166 4 7 -
CMYK 0 0.98 0.96 0.35
HSL 358.89º 0.95% 0.33% -
HSV(B) 358.89º 0.98% 0.65% -
XYZ 15.81 8.21 0.95 -
YUV 52.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 166 4 7 0 0.98 0.96 0.35 358.89 0.95 0.33
Hex A6 4 7 0 62 60 23 167 5F 21
Octal 246 4 7 0 142 140 43 547 137 41
Binary 10100110 100 111 0 1100010 1100000 100011 101100111 1011111 100001

Color Harmonies of #A60407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60407

Black with #A60407

Text Example


Text Example

White with #A60407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60407; }

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

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

background-color css

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

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

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

border-color css

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

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

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