Shades of Sangria #A30102
Tints of Sangria #A30102
RGB
CMYK
RGB Variations
Color information
#A30102 (or 0xA30102) is known color: Sangria. HEX triplet: A3, 01 and 02. RGB value is (163,1,2). Sum of RGB (Red+Green+Blue) = 163+1+2=166 (21% of max value = 765). Red value is 163 (64.06% from 255 or 98.19% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 163 - color contains mainly: red. Hex color #A30102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30102 is #5CFEFD. Grayscale: #313131. Windows color (decimal): -6094590 or 131491. OLE color: 131491.
HSL color Cylindrical-coordinate representation of color #A30102: hue angle of 359.63º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30102 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.36 |
| HSL | 359.63º | 0.99% | 0.32% | - |
| HSV(B) | 359.63º | 0.99% | 0.64% | - |
| XYZ | 15.13 | 7.81 | 0.77 | - |
| YUV | 49.55 | 101.17 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 2 | 0 | 0.99 | 0.99 | 0.36 | 359.63 | 0.99 | 0.32 |
| Hex | A3 | 1 | 2 | 0 | 63 | 63 | 24 | 168 | 63 | 20 |
| Octal | 243 | 1 | 2 | 0 | 143 | 143 | 44 | 550 | 143 | 40 |
| Binary | 10100011 | 1 | 10 | 0 | 1100011 | 1100011 | 100100 | 101101000 | 1100011 | 100000 |
Color Harmonies of #A30102
Complementary color
Monochromatic Colors of #A30102
Black with #A30102
Text Example
Text Example
White with #A30102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30102; }
p { color: rgb(163,1,2); }
H1.HeaderClassName
{
color: #A30102;
}
.AnyTagClassName
{
color: #A30102;
}
</style>
background-color css
<style>
a { background-color: #A30102; }
a { background-color: rgb(163,1,2); }
div.DivClassName
{
background-color: #A30102;
}
.BgClassName
{
background-color: #A30102;
}
</style>
border-color css
<style>
span { border-color: #A30102; }
span { border-color: rgb(163,1,2); }
td.TdClassName
{
border-color: #A30102;
}
.TagClassName
{
border-color: #A30102;
}
</style>