Shades of Bright Red #A31B3E
Tints of Bright Red #A31B3E
RGB
CMYK
RGB Variations
Color information
#A31B3E (or 0xA31B3E) is known color: Bright Red. HEX triplet: A3, 1B and 3E. RGB value is (163,27,62). Sum of RGB (Red+Green+Blue) = 163+27+62=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 27 (10.94% from 255 or 10.71% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B3E is #5CE4C1. Grayscale: #474747. Windows color (decimal): -6087874 or 4070307. OLE color: 4070307.
HSL color Cylindrical-coordinate representation of color #A31B3E: hue angle of 344.56º 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 #A31B3E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 62 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.36 |
| HSL | 344.56º | 0.72% | 0.37% | - |
| HSV(B) | 344.56º | 0.83% | 0.64% | - |
| XYZ | 16.37 | 8.92 | 5.42 | - |
| YUV | 71.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 62 | 0 | 0.83 | 0.62 | 0.36 | 344.56 | 0.72 | 0.37 |
| Hex | A3 | 1B | 3E | 0 | 53 | 3E | 24 | 159 | 48 | 25 |
| Octal | 243 | 33 | 76 | 0 | 123 | 76 | 44 | 531 | 110 | 45 |
| Binary | 10100011 | 11011 | 111110 | 0 | 1010011 | 111110 | 100100 | 101011001 | 1001000 | 100101 |
Color Harmonies of #A31B3E
Complementary color
Monochromatic Colors of #A31B3E
Black with #A31B3E
Text Example
Text Example
White with #A31B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B3E; }
p { color: rgb(163,27,62); }
H1.HeaderClassName
{
color: #A31B3E;
}
.AnyTagClassName
{
color: #A31B3E;
}
</style>
background-color css
<style>
a { background-color: #A31B3E; }
a { background-color: rgb(163,27,62); }
div.DivClassName
{
background-color: #A31B3E;
}
.BgClassName
{
background-color: #A31B3E;
}
</style>
border-color css
<style>
span { border-color: #A31B3E; }
span { border-color: rgb(163,27,62); }
td.TdClassName
{
border-color: #A31B3E;
}
.TagClassName
{
border-color: #A31B3E;
}
</style>