Shades of Bright Red #A51E2F
Tints of Bright Red #A51E2F
RGB
CMYK
RGB Variations
Color information
#A51E2F (or 0xA51E2F) is known color: Bright Red. HEX triplet: A5, 1E and 2F. RGB value is (165,30,47). Sum of RGB (Red+Green+Blue) = 165+30+47=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E2F is #5AE1D0. Grayscale: #484848. Windows color (decimal): -5956049 or 3088037. OLE color: 3088037.
HSL color Cylindrical-coordinate representation of color #A51E2F: hue angle of 352.44º 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 #A51E2F is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 30 | 47 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.35 |
| HSL | 352.44º | 0.69% | 0.38% | - |
| HSV(B) | 352.44º | 0.82% | 0.65% | - |
| XYZ | 16.49 | 9.13 | 3.58 | - |
| YUV | 72.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 47 | 0 | 0.82 | 0.72 | 0.35 | 352.44 | 0.69 | 0.38 |
| Hex | A5 | 1E | 2F | 0 | 52 | 48 | 23 | 160 | 45 | 26 |
| Octal | 245 | 36 | 57 | 0 | 122 | 110 | 43 | 540 | 105 | 46 |
| Binary | 10100101 | 11110 | 101111 | 0 | 1010010 | 1001000 | 100011 | 101100000 | 1000101 | 100110 |
Color Harmonies of #A51E2F
Complementary color
Monochromatic Colors of #A51E2F
Black with #A51E2F
Text Example
Text Example
White with #A51E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51E2F; }
p { color: rgb(165,30,47); }
H1.HeaderClassName
{
color: #A51E2F;
}
.AnyTagClassName
{
color: #A51E2F;
}
</style>
background-color css
<style>
a { background-color: #A51E2F; }
a { background-color: rgb(165,30,47); }
div.DivClassName
{
background-color: #A51E2F;
}
.BgClassName
{
background-color: #A51E2F;
}
</style>
border-color css
<style>
span { border-color: #A51E2F; }
span { border-color: rgb(165,30,47); }
td.TdClassName
{
border-color: #A51E2F;
}
.TagClassName
{
border-color: #A51E2F;
}
</style>