Shades of Bright Red #A31B2E
Tints of Bright Red #A31B2E
RGB
CMYK
RGB Variations
Color information
#A31B2E (or 0xA31B2E) is known color: Bright Red. HEX triplet: A3, 1B and 2E. RGB value is (163,27,46). Sum of RGB (Red+Green+Blue) = 163+27+46=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B2E is #5CE4D1. Grayscale: #454545. Windows color (decimal): -6087890 or 3021731. OLE color: 3021731.
HSL color Cylindrical-coordinate representation of color #A31B2E: hue angle of 351.62º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31B2E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 46 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.36 |
| HSL | 351.62º | 0.72% | 0.37% | - |
| HSV(B) | 351.62º | 0.83% | 0.64% | - |
| XYZ | 15.99 | 8.77 | 3.43 | - |
| YUV | 69.83 | 114.56 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 46 | 0 | 0.83 | 0.72 | 0.36 | 351.62 | 0.72 | 0.37 |
| Hex | A3 | 1B | 2E | 0 | 53 | 48 | 24 | 160 | 48 | 25 |
| Octal | 243 | 33 | 56 | 0 | 123 | 110 | 44 | 540 | 110 | 45 |
| Binary | 10100011 | 11011 | 101110 | 0 | 1010011 | 1001000 | 100100 | 101100000 | 1001000 | 100101 |
Color Harmonies of #A31B2E
Complementary color
Monochromatic Colors of #A31B2E
Black with #A31B2E
Text Example
Text Example
White with #A31B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B2E; }
p { color: rgb(163,27,46); }
H1.HeaderClassName
{
color: #A31B2E;
}
.AnyTagClassName
{
color: #A31B2E;
}
</style>
background-color css
<style>
a { background-color: #A31B2E; }
a { background-color: rgb(163,27,46); }
div.DivClassName
{
background-color: #A31B2E;
}
.BgClassName
{
background-color: #A31B2E;
}
</style>
border-color css
<style>
span { border-color: #A31B2E; }
span { border-color: rgb(163,27,46); }
td.TdClassName
{
border-color: #A31B2E;
}
.TagClassName
{
border-color: #A31B2E;
}
</style>