Shades of Bright Red #A31430
Tints of Bright Red #A31430
RGB
CMYK
RGB Variations
Color information
#A31430 (or 0xA31430) is known color: Bright Red. HEX triplet: A3, 14 and 30. RGB value is (163,20,48). Sum of RGB (Red+Green+Blue) = 163+20+48=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A31430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31430 is #5CEBCF. Grayscale: #414141. Windows color (decimal): -6089680 or 3151011. OLE color: 3151011.
HSL color Cylindrical-coordinate representation of color #A31430: hue angle of 348.25º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31430 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 20 | 48 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.36 |
| HSL | 348.25º | 0.78% | 0.36% | - |
| HSV(B) | 348.25º | 0.88% | 0.64% | - |
| XYZ | 15.89 | 8.5 | 3.6 | - |
| YUV | 65.95 | 117.88 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 20 | 48 | 0 | 0.88 | 0.71 | 0.36 | 348.25 | 0.78 | 0.36 |
| Hex | A3 | 14 | 30 | 0 | 58 | 47 | 24 | 15C | 4E | 24 |
| Octal | 243 | 24 | 60 | 0 | 130 | 107 | 44 | 534 | 116 | 44 |
| Binary | 10100011 | 10100 | 110000 | 0 | 1011000 | 1000111 | 100100 | 101011100 | 1001110 | 100100 |
Color Harmonies of #A31430
Complementary color
Monochromatic Colors of #A31430
Black with #A31430
Text Example
Text Example
White with #A31430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31430; }
p { color: rgb(163,20,48); }
H1.HeaderClassName
{
color: #A31430;
}
.AnyTagClassName
{
color: #A31430;
}
</style>
background-color css
<style>
a { background-color: #A31430; }
a { background-color: rgb(163,20,48); }
div.DivClassName
{
background-color: #A31430;
}
.BgClassName
{
background-color: #A31430;
}
</style>
border-color css
<style>
span { border-color: #A31430; }
span { border-color: rgb(163,20,48); }
td.TdClassName
{
border-color: #A31430;
}
.TagClassName
{
border-color: #A31430;
}
</style>