Shades of Sangria #A00308
Tints of Sangria #A00308
RGB
CMYK
RGB Variations
Color information
#A00308 (or 0xA00308) is known color: Sangria. HEX triplet: A0, 03 and 08. RGB value is (160,3,8). Sum of RGB (Red+Green+Blue) = 160+3+8=171 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.57% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 160 - color contains mainly: red. Hex color #A00308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00308 is #5FFCF7. Grayscale: #323232. Windows color (decimal): -6290680 or 525216. OLE color: 525216.
HSL color Cylindrical-coordinate representation of color #A00308: hue angle of 358.09º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00308 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 3 | 8 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.37 |
| HSL | 358.09º | 0.96% | 0.32% | - |
| HSV(B) | 358.09º | 0.98% | 0.63% | - |
| XYZ | 14.57 | 7.56 | 0.92 | - |
| YUV | 50.51 | 104.01 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 3 | 8 | 0 | 0.98 | 0.95 | 0.37 | 358.09 | 0.96 | 0.32 |
| Hex | A0 | 3 | 8 | 0 | 62 | 5F | 25 | 166 | 60 | 20 |
| Octal | 240 | 3 | 10 | 0 | 142 | 137 | 45 | 546 | 140 | 40 |
| Binary | 10100000 | 11 | 1000 | 0 | 1100010 | 1011111 | 100101 | 101100110 | 1100000 | 100000 |
Color Harmonies of #A00308
Complementary color
Monochromatic Colors of #A00308
Black with #A00308
Text Example
Text Example
White with #A00308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00308; }
p { color: rgb(160,3,8); }
H1.HeaderClassName
{
color: #A00308;
}
.AnyTagClassName
{
color: #A00308;
}
</style>
background-color css
<style>
a { background-color: #A00308; }
a { background-color: rgb(160,3,8); }
div.DivClassName
{
background-color: #A00308;
}
.BgClassName
{
background-color: #A00308;
}
</style>
border-color css
<style>
span { border-color: #A00308; }
span { border-color: rgb(160,3,8); }
td.TdClassName
{
border-color: #A00308;
}
.TagClassName
{
border-color: #A00308;
}
</style>