Shades of Bright Red #A31C30
Tints of Bright Red #A31C30
RGB
CMYK
RGB Variations
Color information
#A31C30 (or 0xA31C30) is known color: Bright Red. HEX triplet: A3, 1C and 30. RGB value is (163,28,48). Sum of RGB (Red+Green+Blue) = 163+28+48=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31C30 is #5CE3CF. Grayscale: #464646. Windows color (decimal): -6087632 or 3153059. OLE color: 3153059.
HSL color Cylindrical-coordinate representation of color #A31C30: hue angle of 351.11º 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 #A31C30 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 28 | 48 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.36 |
| HSL | 351.11º | 0.71% | 0.37% | - |
| HSV(B) | 351.11º | 0.83% | 0.64% | - |
| XYZ | 16.05 | 8.83 | 3.65 | - |
| YUV | 70.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 28 | 48 | 0 | 0.83 | 0.71 | 0.36 | 351.11 | 0.71 | 0.37 |
| Hex | A3 | 1C | 30 | 0 | 53 | 47 | 24 | 15F | 47 | 25 |
| Octal | 243 | 34 | 60 | 0 | 123 | 107 | 44 | 537 | 107 | 45 |
| Binary | 10100011 | 11100 | 110000 | 0 | 1010011 | 1000111 | 100100 | 101011111 | 1000111 | 100101 |
Color Harmonies of #A31C30
Complementary color
Monochromatic Colors of #A31C30
Black with #A31C30
Text Example
Text Example
White with #A31C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31C30; }
p { color: rgb(163,28,48); }
H1.HeaderClassName
{
color: #A31C30;
}
.AnyTagClassName
{
color: #A31C30;
}
</style>
background-color css
<style>
a { background-color: #A31C30; }
a { background-color: rgb(163,28,48); }
div.DivClassName
{
background-color: #A31C30;
}
.BgClassName
{
background-color: #A31C30;
}
</style>
border-color css
<style>
span { border-color: #A31C30; }
span { border-color: rgb(163,28,48); }
td.TdClassName
{
border-color: #A31C30;
}
.TagClassName
{
border-color: #A31C30;
}
</style>