Shades of Sangria #A6030B
Tints of Sangria #A6030B
RGB
CMYK
RGB Variations
Color information
#A6030B (or 0xA6030B) is known color: Sangria. HEX triplet: A6, 03 and 0B. RGB value is (166,3,11). Sum of RGB (Red+Green+Blue) = 166+3+11=180 (23% of max value = 765). Red value is 166 (65.23% from 255 or 92.22% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 166 - color contains mainly: red. Hex color #A6030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6030B is #59FCF4. Grayscale: #343434. Windows color (decimal): -5897461 or 721830. OLE color: 721830.
HSL color Cylindrical-coordinate representation of color #A6030B: hue angle of 357.06º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.35 |
| HSL | 357.06º | 0.96% | 0.33% | - |
| HSV(B) | 357.06º | 0.98% | 0.65% | - |
| XYZ | 15.82 | 8.2 | 1.06 | - |
| YUV | 52.65 | 104.5 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 3 | 11 | 0 | 0.98 | 0.93 | 0.35 | 357.06 | 0.96 | 0.33 |
| Hex | A6 | 3 | B | 0 | 62 | 5D | 23 | 165 | 60 | 21 |
| Octal | 246 | 3 | 13 | 0 | 142 | 135 | 43 | 545 | 140 | 41 |
| Binary | 10100110 | 11 | 1011 | 0 | 1100010 | 1011101 | 100011 | 101100101 | 1100000 | 100001 |
Color Harmonies of #A6030B
Complementary color
Monochromatic Colors of #A6030B
Black with #A6030B
Text Example
Text Example
White with #A6030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6030B; }
p { color: rgb(166,3,11); }
H1.HeaderClassName
{
color: #A6030B;
}
.AnyTagClassName
{
color: #A6030B;
}
</style>
background-color css
<style>
a { background-color: #A6030B; }
a { background-color: rgb(166,3,11); }
div.DivClassName
{
background-color: #A6030B;
}
.BgClassName
{
background-color: #A6030B;
}
</style>
border-color css
<style>
span { border-color: #A6030B; }
span { border-color: rgb(166,3,11); }
td.TdClassName
{
border-color: #A6030B;
}
.TagClassName
{
border-color: #A6030B;
}
</style>