Shades of Bright Red #A31C2D
Tints of Bright Red #A31C2D
RGB
CMYK
RGB Variations
Color information
#A31C2D (or 0xA31C2D) is known color: Bright Red. HEX triplet: A3, 1C and 2D. RGB value is (163,28,45). Sum of RGB (Red+Green+Blue) = 163+28+45=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31C2D is #5CE3D2. Grayscale: #464646. Windows color (decimal): -6087635 or 2956451. OLE color: 2956451.
HSL color Cylindrical-coordinate representation of color #A31C2D: hue angle of 352.44º degrees, saturation: 0.71, 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 #A31C2D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 28 | 45 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.36 |
| HSL | 352.44º | 0.71% | 0.37% | - |
| HSV(B) | 352.44º | 0.83% | 0.64% | - |
| XYZ | 15.99 | 8.81 | 3.34 | - |
| YUV | 70.3 | 113.73 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 45 | 0 | 0.83 | 0.72 | 0.36 | 352.44 | 0.71 | 0.37 |
| Hex | A3 | 1C | 2D | 0 | 53 | 48 | 24 | 160 | 47 | 25 |
| Octal | 243 | 34 | 55 | 0 | 123 | 110 | 44 | 540 | 107 | 45 |
| Binary | 10100011 | 11100 | 101101 | 0 | 1010011 | 1001000 | 100100 | 101100000 | 1000111 | 100101 |
Color Harmonies of #A31C2D
Complementary color
Monochromatic Colors of #A31C2D
Black with #A31C2D
Text Example
Text Example
White with #A31C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31C2D; }
p { color: rgb(163,28,45); }
H1.HeaderClassName
{
color: #A31C2D;
}
.AnyTagClassName
{
color: #A31C2D;
}
</style>
background-color css
<style>
a { background-color: #A31C2D; }
a { background-color: rgb(163,28,45); }
div.DivClassName
{
background-color: #A31C2D;
}
.BgClassName
{
background-color: #A31C2D;
}
</style>
border-color css
<style>
span { border-color: #A31C2D; }
span { border-color: rgb(163,28,45); }
td.TdClassName
{
border-color: #A31C2D;
}
.TagClassName
{
border-color: #A31C2D;
}
</style>