Shades of Bright Red #A31B2C
Tints of Bright Red #A31B2C
RGB
CMYK
RGB Variations
Color information
#A31B2C (or 0xA31B2C) is known color: Bright Red. HEX triplet: A3, 1B and 2C. RGB value is (163,27,44). Sum of RGB (Red+Green+Blue) = 163+27+44=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B2C is #5CE4D3. Grayscale: #454545. Windows color (decimal): -6087892 or 2890659. OLE color: 2890659.
HSL color Cylindrical-coordinate representation of color #A31B2C: hue angle of 352.5º 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 #A31B2C is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 44 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.36 |
| HSL | 352.5º | 0.72% | 0.37% | - |
| HSV(B) | 352.5º | 0.83% | 0.64% | - |
| XYZ | 15.95 | 8.75 | 3.23 | - |
| YUV | 69.6 | 113.56 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 44 | 0 | 0.83 | 0.73 | 0.36 | 352.5 | 0.72 | 0.37 |
| Hex | A3 | 1B | 2C | 0 | 53 | 49 | 24 | 160 | 48 | 25 |
| Octal | 243 | 33 | 54 | 0 | 123 | 111 | 44 | 540 | 110 | 45 |
| Binary | 10100011 | 11011 | 101100 | 0 | 1010011 | 1001001 | 100100 | 101100000 | 1001000 | 100101 |
Color Harmonies of #A31B2C
Complementary color
Monochromatic Colors of #A31B2C
Black with #A31B2C
Text Example
Text Example
White with #A31B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B2C; }
p { color: rgb(163,27,44); }
H1.HeaderClassName
{
color: #A31B2C;
}
.AnyTagClassName
{
color: #A31B2C;
}
</style>
background-color css
<style>
a { background-color: #A31B2C; }
a { background-color: rgb(163,27,44); }
div.DivClassName
{
background-color: #A31B2C;
}
.BgClassName
{
background-color: #A31B2C;
}
</style>
border-color css
<style>
span { border-color: #A31B2C; }
span { border-color: rgb(163,27,44); }
td.TdClassName
{
border-color: #A31B2C;
}
.TagClassName
{
border-color: #A31B2C;
}
</style>