Html Css Color HEX #A60108 Sangria

📋 copy color: '#A60108'

red 166 ◦ green 1 ◦ blue 8

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

Shades of Sangria #A60108

Tints of Sangria #A60108

RGB

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

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

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

R = 94.86%
G = 0.57%
B = 4.57%

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

#A60108 (or 0xA60108) is known color: Sangria. HEX triplet: A6, 01 and 08. RGB value is (166,1,8). Sum of RGB (Red+Green+Blue) = 166+1+8=175 (23% of max value = 765). Red value is 166 (65.23% from 255 or 94.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 166 - color contains mainly: red. Hex color #A60108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A60108 is #59FEF7. Grayscale: #333333. Windows color (decimal): -5897976 or 524710. OLE color: 524710.

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

Color convert

RGB 166 1 8 -
CMYK 0 0.99 0.95 0.35
HSL 357.45º 0.99% 0.33% -
HSV(B) 357.45º 0.99% 0.65% -
XYZ 15.78 8.15 0.97 -
YUV 51.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 166 1 8 0 0.99 0.95 0.35 357.45 0.99 0.33
Hex A6 1 8 0 63 5F 23 165 63 21
Octal 246 1 10 0 143 137 43 545 143 41
Binary 10100110 1 1000 0 1100011 1011111 100011 101100101 1100011 100001

Color Harmonies of #A60108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60108

Black with #A60108

Text Example


Text Example

White with #A60108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60108; }

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

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

background-color css

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

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

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

border-color css

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

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

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