Shades of Bright Red #A51D32
Tints of Bright Red #A51D32
RGB
CMYK
RGB Variations
Color information
#A51D32 (or 0xA51D32) is known color: Bright Red. HEX triplet: A5, 1D and 32. RGB value is (165,29,50). Sum of RGB (Red+Green+Blue) = 165+29+50=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D32 is #5AE2CD. Grayscale: #484848. Windows color (decimal): -5956302 or 3284389. OLE color: 3284389.
HSL color Cylindrical-coordinate representation of color #A51D32: hue angle of 350.74º 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 #A51D32 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 29 | 50 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.35 |
| HSL | 350.74º | 0.7% | 0.38% | - |
| HSV(B) | 350.74º | 0.82% | 0.65% | - |
| XYZ | 16.53 | 9.11 | 3.9 | - |
| YUV | 72.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 50 | 0 | 0.82 | 0.70 | 0.35 | 350.74 | 0.7 | 0.38 |
| Hex | A5 | 1D | 32 | 0 | 52 | 46 | 23 | 15F | 46 | 26 |
| Octal | 245 | 35 | 62 | 0 | 122 | 106 | 43 | 537 | 106 | 46 |
| Binary | 10100101 | 11101 | 110010 | 0 | 1010010 | 1000110 | 100011 | 101011111 | 1000110 | 100110 |
Color Harmonies of #A51D32
Complementary color
Monochromatic Colors of #A51D32
Black with #A51D32
Text Example
Text Example
White with #A51D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51D32; }
p { color: rgb(165,29,50); }
H1.HeaderClassName
{
color: #A51D32;
}
.AnyTagClassName
{
color: #A51D32;
}
</style>
background-color css
<style>
a { background-color: #A51D32; }
a { background-color: rgb(165,29,50); }
div.DivClassName
{
background-color: #A51D32;
}
.BgClassName
{
background-color: #A51D32;
}
</style>
border-color css
<style>
span { border-color: #A51D32; }
span { border-color: rgb(165,29,50); }
td.TdClassName
{
border-color: #A51D32;
}
.TagClassName
{
border-color: #A51D32;
}
</style>