Shades of Bright Red #A31738
Tints of Bright Red #A31738
RGB
CMYK
RGB Variations
Color information
#A31738 (or 0xA31738) is known color: Bright Red. HEX triplet: A3, 17 and 38. RGB value is (163,23,56). Sum of RGB (Red+Green+Blue) = 163+23+56=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A31738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31738 is #5CE8C7. Grayscale: #444444. Windows color (decimal): -6088904 or 3676067. OLE color: 3676067.
HSL color Cylindrical-coordinate representation of color #A31738: hue angle of 345.86º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A31738 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 23 | 56 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.36 |
| HSL | 345.86º | 0.75% | 0.36% | - |
| HSV(B) | 345.86º | 0.86% | 0.64% | - |
| XYZ | 16.12 | 8.68 | 4.57 | - |
| YUV | 68.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 23 | 56 | 0 | 0.86 | 0.66 | 0.36 | 345.86 | 0.75 | 0.36 |
| Hex | A3 | 17 | 38 | 0 | 56 | 42 | 24 | 15A | 4B | 24 |
| Octal | 243 | 27 | 70 | 0 | 126 | 102 | 44 | 532 | 113 | 44 |
| Binary | 10100011 | 10111 | 111000 | 0 | 1010110 | 1000010 | 100100 | 101011010 | 1001011 | 100100 |
Color Harmonies of #A31738
Complementary color
Monochromatic Colors of #A31738
Black with #A31738
Text Example
Text Example
White with #A31738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31738; }
p { color: rgb(163,23,56); }
H1.HeaderClassName
{
color: #A31738;
}
.AnyTagClassName
{
color: #A31738;
}
</style>
background-color css
<style>
a { background-color: #A31738; }
a { background-color: rgb(163,23,56); }
div.DivClassName
{
background-color: #A31738;
}
.BgClassName
{
background-color: #A31738;
}
</style>
border-color css
<style>
span { border-color: #A31738; }
span { border-color: rgb(163,23,56); }
td.TdClassName
{
border-color: #A31738;
}
.TagClassName
{
border-color: #A31738;
}
</style>