Shades of Bright Red #A51E34
Tints of Bright Red #A51E34
RGB
CMYK
RGB Variations
Color information
#A51E34 (or 0xA51E34) is known color: Bright Red. HEX triplet: A5, 1E and 34. RGB value is (165,30,52). Sum of RGB (Red+Green+Blue) = 165+30+52=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E34 is #5AE1CB. Grayscale: #484848. Windows color (decimal): -5956044 or 3415717. OLE color: 3415717.
HSL color Cylindrical-coordinate representation of color #A51E34: hue angle of 350.22º degrees, saturation: 0.69, 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 #A51E34 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 52 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.35 |
| HSL | 350.22º | 0.69% | 0.38% | - |
| HSV(B) | 350.22º | 0.82% | 0.65% | - |
| XYZ | 16.6 | 9.18 | 4.14 | - |
| YUV | 72.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 52 | 0 | 0.82 | 0.68 | 0.35 | 350.22 | 0.69 | 0.38 |
| Hex | A5 | 1E | 34 | 0 | 52 | 44 | 23 | 15E | 45 | 26 |
| Octal | 245 | 36 | 64 | 0 | 122 | 104 | 43 | 536 | 105 | 46 |
| Binary | 10100101 | 11110 | 110100 | 0 | 1010010 | 1000100 | 100011 | 101011110 | 1000101 | 100110 |
Color Harmonies of #A51E34
Complementary color
Monochromatic Colors of #A51E34
Black with #A51E34
Text Example
Text Example
White with #A51E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E34; }
p { color: rgb(165,30,52); }
H1.HeaderClassName
{
color: #A51E34;
}
.AnyTagClassName
{
color: #A51E34;
}
</style>
background-color css
<style>
a { background-color: #A51E34; }
a { background-color: rgb(165,30,52); }
div.DivClassName
{
background-color: #A51E34;
}
.BgClassName
{
background-color: #A51E34;
}
</style>
border-color css
<style>
span { border-color: #A51E34; }
span { border-color: rgb(165,30,52); }
td.TdClassName
{
border-color: #A51E34;
}
.TagClassName
{
border-color: #A51E34;
}
</style>