Shades of Sangria #A4040B
Tints of Sangria #A4040B
RGB
CMYK
RGB Variations
Color information
#A4040B (or 0xA4040B) is known color: Sangria. HEX triplet: A4, 04 and 0B. RGB value is (164,4,11). Sum of RGB (Red+Green+Blue) = 164+4+11=179 (23% of max value = 765). Red value is 164 (64.45% from 255 or 91.62% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 164 - color contains mainly: red. Hex color #A4040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4040B is #5BFBF4. Grayscale: #343434. Windows color (decimal): -6028277 or 722084. OLE color: 722084.
HSL color Cylindrical-coordinate representation of color #A4040B: hue angle of 357.38º degrees, saturation: 0.95, 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 #A4040B is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.36 |
| HSL | 357.38º | 0.95% | 0.33% | - |
| HSV(B) | 357.38º | 0.98% | 0.64% | - |
| XYZ | 15.41 | 8 | 1.05 | - |
| YUV | 52.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 11 | 0 | 0.98 | 0.93 | 0.36 | 357.38 | 0.95 | 0.33 |
| Hex | A4 | 4 | B | 0 | 62 | 5D | 24 | 165 | 5F | 21 |
| Octal | 244 | 4 | 13 | 0 | 142 | 135 | 44 | 545 | 137 | 41 |
| Binary | 10100100 | 100 | 1011 | 0 | 1100010 | 1011101 | 100100 | 101100101 | 1011111 | 100001 |
Color Harmonies of #A4040B
Complementary color
Monochromatic Colors of #A4040B
Black with #A4040B
Text Example
Text Example
White with #A4040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4040B; }
p { color: rgb(164,4,11); }
H1.HeaderClassName
{
color: #A4040B;
}
.AnyTagClassName
{
color: #A4040B;
}
</style>
background-color css
<style>
a { background-color: #A4040B; }
a { background-color: rgb(164,4,11); }
div.DivClassName
{
background-color: #A4040B;
}
.BgClassName
{
background-color: #A4040B;
}
</style>
border-color css
<style>
span { border-color: #A4040B; }
span { border-color: rgb(164,4,11); }
td.TdClassName
{
border-color: #A4040B;
}
.TagClassName
{
border-color: #A4040B;
}
</style>