Shades of Bright Red #A51E2C
Tints of Bright Red #A51E2C
RGB
CMYK
RGB Variations
Color information
#A51E2C (or 0xA51E2C) is known color: Bright Red. HEX triplet: A5, 1E and 2C. RGB value is (165,30,44). Sum of RGB (Red+Green+Blue) = 165+30+44=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E2C is #5AE1D3. Grayscale: #484848. Windows color (decimal): -5956052 or 2891429. OLE color: 2891429.
HSL color Cylindrical-coordinate representation of color #A51E2C: hue angle of 353.78º 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 #A51E2C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 44 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.35 |
| HSL | 353.78º | 0.69% | 0.38% | - |
| HSV(B) | 353.78º | 0.82% | 0.65% | - |
| XYZ | 16.44 | 9.11 | 3.27 | - |
| YUV | 71.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 44 | 0 | 0.82 | 0.73 | 0.35 | 353.78 | 0.69 | 0.38 |
| Hex | A5 | 1E | 2C | 0 | 52 | 49 | 23 | 162 | 45 | 26 |
| Octal | 245 | 36 | 54 | 0 | 122 | 111 | 43 | 542 | 105 | 46 |
| Binary | 10100101 | 11110 | 101100 | 0 | 1010010 | 1001001 | 100011 | 101100010 | 1000101 | 100110 |
Color Harmonies of #A51E2C
Complementary color
Monochromatic Colors of #A51E2C
Black with #A51E2C
Text Example
Text Example
White with #A51E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E2C; }
p { color: rgb(165,30,44); }
H1.HeaderClassName
{
color: #A51E2C;
}
.AnyTagClassName
{
color: #A51E2C;
}
</style>
background-color css
<style>
a { background-color: #A51E2C; }
a { background-color: rgb(165,30,44); }
div.DivClassName
{
background-color: #A51E2C;
}
.BgClassName
{
background-color: #A51E2C;
}
</style>
border-color css
<style>
span { border-color: #A51E2C; }
span { border-color: rgb(165,30,44); }
td.TdClassName
{
border-color: #A51E2C;
}
.TagClassName
{
border-color: #A51E2C;
}
</style>