Shades of Bright Red #A51D3A
Tints of Bright Red #A51D3A
RGB
CMYK
RGB Variations
Color information
#A51D3A (or 0xA51D3A) is known color: Bright Red. HEX triplet: A5, 1D and 3A. RGB value is (165,29,58). Sum of RGB (Red+Green+Blue) = 165+29+58=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D3A is #5AE2C5. Grayscale: #484848. Windows color (decimal): -5956294 or 3808677. OLE color: 3808677.
HSL color Cylindrical-coordinate representation of color #A51D3A: hue angle of 347.21º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51D3A is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 29 | 58 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.35 |
| HSL | 347.21º | 0.7% | 0.38% | - |
| HSV(B) | 347.21º | 0.82% | 0.65% | - |
| XYZ | 16.72 | 9.18 | 4.89 | - |
| YUV | 72.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 58 | 0 | 0.82 | 0.65 | 0.35 | 347.21 | 0.7 | 0.38 |
| Hex | A5 | 1D | 3A | 0 | 52 | 41 | 23 | 15B | 46 | 26 |
| Octal | 245 | 35 | 72 | 0 | 122 | 101 | 43 | 533 | 106 | 46 |
| Binary | 10100101 | 11101 | 111010 | 0 | 1010010 | 1000001 | 100011 | 101011011 | 1000110 | 100110 |
Color Harmonies of #A51D3A
Complementary color
Monochromatic Colors of #A51D3A
Black with #A51D3A
Text Example
Text Example
White with #A51D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51D3A; }
p { color: rgb(165,29,58); }
H1.HeaderClassName
{
color: #A51D3A;
}
.AnyTagClassName
{
color: #A51D3A;
}
</style>
background-color css
<style>
a { background-color: #A51D3A; }
a { background-color: rgb(165,29,58); }
div.DivClassName
{
background-color: #A51D3A;
}
.BgClassName
{
background-color: #A51D3A;
}
</style>
border-color css
<style>
span { border-color: #A51D3A; }
span { border-color: rgb(165,29,58); }
td.TdClassName
{
border-color: #A51D3A;
}
.TagClassName
{
border-color: #A51D3A;
}
</style>