Shades of Sangria #A4030B
Tints of Sangria #A4030B
RGB
CMYK
RGB Variations
Color information
#A4030B (or 0xA4030B) is known color: Sangria. HEX triplet: A4, 03 and 0B. RGB value is (164,3,11). Sum of RGB (Red+Green+Blue) = 164+3+11=178 (23% of max value = 765). Red value is 164 (64.45% from 255 or 92.13% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 164 - color contains mainly: red. Hex color #A4030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4030B is #5BFCF4. Grayscale: #343434. Windows color (decimal): -6028533 or 721828. OLE color: 721828.
HSL color Cylindrical-coordinate representation of color #A4030B: hue angle of 357.02º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4030B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.36 |
| HSL | 357.02º | 0.96% | 0.33% | - |
| HSV(B) | 357.02º | 0.98% | 0.64% | - |
| XYZ | 15.4 | 7.98 | 1.05 | - |
| YUV | 52.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 11 | 0 | 0.98 | 0.93 | 0.36 | 357.02 | 0.96 | 0.33 |
| Hex | A4 | 3 | B | 0 | 62 | 5D | 24 | 165 | 60 | 21 |
| Octal | 244 | 3 | 13 | 0 | 142 | 135 | 44 | 545 | 140 | 41 |
| Binary | 10100100 | 11 | 1011 | 0 | 1100010 | 1011101 | 100100 | 101100101 | 1100000 | 100001 |
Color Harmonies of #A4030B
Complementary color
Monochromatic Colors of #A4030B
Black with #A4030B
Text Example
Text Example
White with #A4030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4030B; }
p { color: rgb(164,3,11); }
H1.HeaderClassName
{
color: #A4030B;
}
.AnyTagClassName
{
color: #A4030B;
}
</style>
background-color css
<style>
a { background-color: #A4030B; }
a { background-color: rgb(164,3,11); }
div.DivClassName
{
background-color: #A4030B;
}
.BgClassName
{
background-color: #A4030B;
}
</style>
border-color css
<style>
span { border-color: #A4030B; }
span { border-color: rgb(164,3,11); }
td.TdClassName
{
border-color: #A4030B;
}
.TagClassName
{
border-color: #A4030B;
}
</style>