Shades of Bright Red #A51A1D
Tints of Bright Red #A51A1D
RGB
CMYK
RGB Variations
Color information
#A51A1D (or 0xA51A1D) is known color: Bright Red. HEX triplet: A5, 1A and 1D. RGB value is (165,26,29). Sum of RGB (Red+Green+Blue) = 165+26+29=220 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51A1D is #5AE5E2. Grayscale: #444444. Windows color (decimal): -5957091 or 1907365. OLE color: 1907365.
HSL color Cylindrical-coordinate representation of color #A51A1D: hue angle of 358.71º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A1D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 29 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.35 |
| HSL | 358.71º | 0.73% | 0.37% | - |
| HSV(B) | 358.71º | 0.84% | 0.65% | - |
| XYZ | 16.11 | 8.83 | 2.02 | - |
| YUV | 67.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 29 | 0 | 0.84 | 0.82 | 0.35 | 358.71 | 0.73 | 0.37 |
| Hex | A5 | 1A | 1D | 0 | 54 | 52 | 23 | 167 | 49 | 25 |
| Octal | 245 | 32 | 35 | 0 | 124 | 122 | 43 | 547 | 111 | 45 |
| Binary | 10100101 | 11010 | 11101 | 0 | 1010100 | 1010010 | 100011 | 101100111 | 1001001 | 100101 |
Color Harmonies of #A51A1D
Complementary color
Monochromatic Colors of #A51A1D
Black with #A51A1D
Text Example
Text Example
White with #A51A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A1D; }
p { color: rgb(165,26,29); }
H1.HeaderClassName
{
color: #A51A1D;
}
.AnyTagClassName
{
color: #A51A1D;
}
</style>
background-color css
<style>
a { background-color: #A51A1D; }
a { background-color: rgb(165,26,29); }
div.DivClassName
{
background-color: #A51A1D;
}
.BgClassName
{
background-color: #A51A1D;
}
</style>
border-color css
<style>
span { border-color: #A51A1D; }
span { border-color: rgb(165,26,29); }
td.TdClassName
{
border-color: #A51A1D;
}
.TagClassName
{
border-color: #A51A1D;
}
</style>