Shades of Bright Red #A31D26
Tints of Bright Red #A31D26
RGB
CMYK
RGB Variations
Color information
#A31D26 (or 0xA31D26) is known color: Bright Red. HEX triplet: A3, 1D and 26. RGB value is (163,29,38). Sum of RGB (Red+Green+Blue) = 163+29+38=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A31D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31D26 is #5CE2D9. Grayscale: #464646. Windows color (decimal): -6087386 or 2497955. OLE color: 2497955.
HSL color Cylindrical-coordinate representation of color #A31D26: hue angle of 355.97º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31D26 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 29 | 38 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.36 |
| HSL | 355.97º | 0.7% | 0.38% | - |
| HSV(B) | 355.97º | 0.82% | 0.64% | - |
| XYZ | 15.89 | 8.81 | 2.7 | - |
| YUV | 70.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 29 | 38 | 0 | 0.82 | 0.77 | 0.36 | 355.97 | 0.7 | 0.38 |
| Hex | A3 | 1D | 26 | 0 | 52 | 4D | 24 | 164 | 46 | 26 |
| Octal | 243 | 35 | 46 | 0 | 122 | 115 | 44 | 544 | 106 | 46 |
| Binary | 10100011 | 11101 | 100110 | 0 | 1010010 | 1001101 | 100100 | 101100100 | 1000110 | 100110 |
Color Harmonies of #A31D26
Complementary color
Monochromatic Colors of #A31D26
Black with #A31D26
Text Example
Text Example
White with #A31D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31D26; }
p { color: rgb(163,29,38); }
H1.HeaderClassName
{
color: #A31D26;
}
.AnyTagClassName
{
color: #A31D26;
}
</style>
background-color css
<style>
a { background-color: #A31D26; }
a { background-color: rgb(163,29,38); }
div.DivClassName
{
background-color: #A31D26;
}
.BgClassName
{
background-color: #A31D26;
}
</style>
border-color css
<style>
span { border-color: #A31D26; }
span { border-color: rgb(163,29,38); }
td.TdClassName
{
border-color: #A31D26;
}
.TagClassName
{
border-color: #A31D26;
}
</style>