Shades of Bright Red #A51D26
Tints of Bright Red #A51D26
RGB
CMYK
RGB Variations
Color information
#A51D26 (or 0xA51D26) is known color: Bright Red. HEX triplet: A5, 1D and 26. RGB value is (165,29,38). Sum of RGB (Red+Green+Blue) = 165+29+38=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51D26 is #5AE2D9. Grayscale: #464646. Windows color (decimal): -5956314 or 2497957. OLE color: 2497957.
HSL color Cylindrical-coordinate representation of color #A51D26: hue angle of 356.03º 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 #A51D26 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 29 | 38 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.35 |
| HSL | 356.03º | 0.7% | 0.38% | - |
| HSV(B) | 356.03º | 0.82% | 0.65% | - |
| XYZ | 16.31 | 9.02 | 2.71 | - |
| YUV | 70.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 29 | 38 | 0 | 0.82 | 0.77 | 0.35 | 356.03 | 0.7 | 0.38 |
| Hex | A5 | 1D | 26 | 0 | 52 | 4D | 23 | 164 | 46 | 26 |
| Octal | 245 | 35 | 46 | 0 | 122 | 115 | 43 | 544 | 106 | 46 |
| Binary | 10100101 | 11101 | 100110 | 0 | 1010010 | 1001101 | 100011 | 101100100 | 1000110 | 100110 |
Color Harmonies of #A51D26
Complementary color
Monochromatic Colors of #A51D26
Black with #A51D26
Text Example
Text Example
White with #A51D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51D26; }
p { color: rgb(165,29,38); }
H1.HeaderClassName
{
color: #A51D26;
}
.AnyTagClassName
{
color: #A51D26;
}
</style>
background-color css
<style>
a { background-color: #A51D26; }
a { background-color: rgb(165,29,38); }
div.DivClassName
{
background-color: #A51D26;
}
.BgClassName
{
background-color: #A51D26;
}
</style>
border-color css
<style>
span { border-color: #A51D26; }
span { border-color: rgb(165,29,38); }
td.TdClassName
{
border-color: #A51D26;
}
.TagClassName
{
border-color: #A51D26;
}
</style>