Shades of Sangria #A30708
Tints of Sangria #A30708
RGB
CMYK
RGB Variations
Color information
#A30708 (or 0xA30708) is known color: Sangria. HEX triplet: A3, 07 and 08. RGB value is (163,7,8). Sum of RGB (Red+Green+Blue) = 163+7+8=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A30708 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30708 is #5CF8F7. Grayscale: #353535. Windows color (decimal): -6093048 or 526243. OLE color: 526243.
HSL color Cylindrical-coordinate representation of color #A30708: hue angle of 359.62º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30708 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 7 | 8 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.36 |
| HSL | 359.62º | 0.92% | 0.33% | - |
| HSV(B) | 359.62º | 0.96% | 0.64% | - |
| XYZ | 15.22 | 7.96 | 0.96 | - |
| YUV | 53.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 8 | 0 | 0.96 | 0.95 | 0.36 | 359.62 | 0.92 | 0.33 |
| Hex | A3 | 7 | 8 | 0 | 60 | 5F | 24 | 168 | 5C | 21 |
| Octal | 243 | 7 | 10 | 0 | 140 | 137 | 44 | 550 | 134 | 41 |
| Binary | 10100011 | 111 | 1000 | 0 | 1100000 | 1011111 | 100100 | 101101000 | 1011100 | 100001 |
Color Harmonies of #A30708
Complementary color
Monochromatic Colors of #A30708
Black with #A30708
Text Example
Text Example
White with #A30708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30708; }
p { color: rgb(163,7,8); }
H1.HeaderClassName
{
color: #A30708;
}
.AnyTagClassName
{
color: #A30708;
}
</style>
background-color css
<style>
a { background-color: #A30708; }
a { background-color: rgb(163,7,8); }
div.DivClassName
{
background-color: #A30708;
}
.BgClassName
{
background-color: #A30708;
}
</style>
border-color css
<style>
span { border-color: #A30708; }
span { border-color: rgb(163,7,8); }
td.TdClassName
{
border-color: #A30708;
}
.TagClassName
{
border-color: #A30708;
}
</style>