Shades of Sangria #A00108
Tints of Sangria #A00108
RGB
CMYK
RGB Variations
Color information
#A00108 (or 0xA00108) is known color: Sangria. HEX triplet: A0, 01 and 08. RGB value is (160,1,8). Sum of RGB (Red+Green+Blue) = 160+1+8=169 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.67% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 160 - color contains mainly: red. Hex color #A00108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00108 is #5FFEF7. Grayscale: #313131. Windows color (decimal): -6291192 or 524704. OLE color: 524704.
HSL color Cylindrical-coordinate representation of color #A00108: hue angle of 357.36º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00108 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.37 |
| HSL | 357.36º | 0.99% | 0.32% | - |
| HSV(B) | 357.36º | 0.99% | 0.63% | - |
| XYZ | 14.55 | 7.51 | 0.91 | - |
| YUV | 49.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 1 | 8 | 0 | 0.99 | 0.95 | 0.37 | 357.36 | 0.99 | 0.32 |
| Hex | A0 | 1 | 8 | 0 | 63 | 5F | 25 | 165 | 63 | 20 |
| Octal | 240 | 1 | 10 | 0 | 143 | 137 | 45 | 545 | 143 | 40 |
| Binary | 10100000 | 1 | 1000 | 0 | 1100011 | 1011111 | 100101 | 101100101 | 1100011 | 100000 |
Color Harmonies of #A00108
Complementary color
Monochromatic Colors of #A00108
Black with #A00108
Text Example
Text Example
White with #A00108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00108; }
p { color: rgb(160,1,8); }
H1.HeaderClassName
{
color: #A00108;
}
.AnyTagClassName
{
color: #A00108;
}
</style>
background-color css
<style>
a { background-color: #A00108; }
a { background-color: rgb(160,1,8); }
div.DivClassName
{
background-color: #A00108;
}
.BgClassName
{
background-color: #A00108;
}
</style>
border-color css
<style>
span { border-color: #A00108; }
span { border-color: rgb(160,1,8); }
td.TdClassName
{
border-color: #A00108;
}
.TagClassName
{
border-color: #A00108;
}
</style>