Shades of Sangria #A4060B
Tints of Sangria #A4060B
RGB
CMYK
RGB Variations
Color information
#A4060B (or 0xA4060B) is known color: Sangria. HEX triplet: A4, 06 and 0B. RGB value is (164,6,11). Sum of RGB (Red+Green+Blue) = 164+6+11=181 (23% of max value = 765). Red value is 164 (64.45% from 255 or 90.61% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 164 - color contains mainly: red. Hex color #A4060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4060B is #5BF9F4. Grayscale: #353535. Windows color (decimal): -6027765 or 722596. OLE color: 722596.
HSL color Cylindrical-coordinate representation of color #A4060B: hue angle of 358.1º degrees, saturation: 0.93, 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 #A4060B is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 11 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.36 |
| HSL | 358.1º | 0.93% | 0.33% | - |
| HSV(B) | 358.1º | 0.96% | 0.64% | - |
| XYZ | 15.44 | 8.05 | 1.06 | - |
| YUV | 53.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 11 | 0 | 0.96 | 0.93 | 0.36 | 358.1 | 0.93 | 0.33 |
| Hex | A4 | 6 | B | 0 | 60 | 5D | 24 | 166 | 5D | 21 |
| Octal | 244 | 6 | 13 | 0 | 140 | 135 | 44 | 546 | 135 | 41 |
| Binary | 10100100 | 110 | 1011 | 0 | 1100000 | 1011101 | 100100 | 101100110 | 1011101 | 100001 |
Color Harmonies of #A4060B
Complementary color
Monochromatic Colors of #A4060B
Black with #A4060B
Text Example
Text Example
White with #A4060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4060B; }
p { color: rgb(164,6,11); }
H1.HeaderClassName
{
color: #A4060B;
}
.AnyTagClassName
{
color: #A4060B;
}
</style>
background-color css
<style>
a { background-color: #A4060B; }
a { background-color: rgb(164,6,11); }
div.DivClassName
{
background-color: #A4060B;
}
.BgClassName
{
background-color: #A4060B;
}
</style>
border-color css
<style>
span { border-color: #A4060B; }
span { border-color: rgb(164,6,11); }
td.TdClassName
{
border-color: #A4060B;
}
.TagClassName
{
border-color: #A4060B;
}
</style>