Shades of Bright Red #A31B30
Tints of Bright Red #A31B30
RGB
CMYK
RGB Variations
Color information
#A31B30 (or 0xA31B30) is known color: Bright Red. HEX triplet: A3, 1B and 30. RGB value is (163,27,48). Sum of RGB (Red+Green+Blue) = 163+27+48=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A31B30 is #5CE4CF. Grayscale: #464646. Windows color (decimal): -6087888 or 3152803. OLE color: 3152803.
HSL color Cylindrical-coordinate representation of color #A31B30: hue angle of 350.74º 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 #A31B30 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 27 | 48 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.36 |
| HSL | 350.74º | 0.72% | 0.37% | - |
| HSV(B) | 350.74º | 0.83% | 0.64% | - |
| XYZ | 16.03 | 8.78 | 3.65 | - |
| YUV | 70.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 27 | 48 | 0 | 0.83 | 0.71 | 0.36 | 350.74 | 0.72 | 0.37 |
| Hex | A3 | 1B | 30 | 0 | 53 | 47 | 24 | 15F | 48 | 25 |
| Octal | 243 | 33 | 60 | 0 | 123 | 107 | 44 | 537 | 110 | 45 |
| Binary | 10100011 | 11011 | 110000 | 0 | 1010011 | 1000111 | 100100 | 101011111 | 1001000 | 100101 |
Color Harmonies of #A31B30
Complementary color
Monochromatic Colors of #A31B30
Black with #A31B30
Text Example
Text Example
White with #A31B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31B30; }
p { color: rgb(163,27,48); }
H1.HeaderClassName
{
color: #A31B30;
}
.AnyTagClassName
{
color: #A31B30;
}
</style>
background-color css
<style>
a { background-color: #A31B30; }
a { background-color: rgb(163,27,48); }
div.DivClassName
{
background-color: #A31B30;
}
.BgClassName
{
background-color: #A31B30;
}
</style>
border-color css
<style>
span { border-color: #A31B30; }
span { border-color: rgb(163,27,48); }
td.TdClassName
{
border-color: #A31B30;
}
.TagClassName
{
border-color: #A31B30;
}
</style>