Html Css Color HEX #A60008 Sangria

📋 copy color: '#A60008'

red 166 ◦ green 0 ◦ blue 8

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

Shades of Sangria #A60008

Tints of Sangria #A60008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 95.4%
G = 0%
B = 4.6%

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

#A60008 (or 0xA60008) is known color: Sangria. HEX triplet: A6, 00 and 08. RGB value is (166,0,8). Sum of RGB (Red+Green+Blue) = 166+0+8=174 (23% of max value = 765). Red value is 166 (65.23% from 255 or 95.40% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 166 - color contains mainly: red. Hex color #A60008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60008 is #59FFF7. Grayscale: #323232. Windows color (decimal): -5898232 or 524454. OLE color: 524454.

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

Color convert

RGB 166 0 8 -
CMYK 0 1 0.95 0.35
HSL 357.11º 1% 0.33% -
HSV(B) 357.11º 1% 0.65% -
XYZ 15.77 8.12 0.97 -
YUV 50.55 104 210.35 -
System Red Green Blue C M Y K H S L
Decimal 166 0 8 0 1 0.95 0.35 357.11 1 0.33
Hex A6 0 8 0 64 5F 23 165 64 21
Octal 246 0 10 0 144 137 43 545 144 41
Binary 10100110 0 1000 0 1100100 1011111 100011 101100101 1100100 100001

Color Harmonies of #A60008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60008

Black with #A60008

Text Example


Text Example

White with #A60008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60008; }

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

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

background-color css

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

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

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

border-color css

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

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

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