Shades of Bright Red #A31933
Tints of Bright Red #A31933
RGB
CMYK
RGB Variations
Color information
#A31933 (or 0xA31933) is known color: Bright Red. HEX triplet: A3, 19 and 33. RGB value is (163,25,51). Sum of RGB (Red+Green+Blue) = 163+25+51=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A31933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31933 is #5CE6CC. Grayscale: #454545. Windows color (decimal): -6088397 or 3348899. OLE color: 3348899.
HSL color Cylindrical-coordinate representation of color #A31933: hue angle of 348.7º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31933 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 25 | 51 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.36 |
| HSL | 348.7º | 0.73% | 0.37% | - |
| HSV(B) | 348.7º | 0.85% | 0.64% | - |
| XYZ | 16.05 | 8.72 | 3.97 | - |
| YUV | 69.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 25 | 51 | 0 | 0.85 | 0.69 | 0.36 | 348.7 | 0.73 | 0.37 |
| Hex | A3 | 19 | 33 | 0 | 55 | 45 | 24 | 15D | 49 | 25 |
| Octal | 243 | 31 | 63 | 0 | 125 | 105 | 44 | 535 | 111 | 45 |
| Binary | 10100011 | 11001 | 110011 | 0 | 1010101 | 1000101 | 100100 | 101011101 | 1001001 | 100101 |
Color Harmonies of #A31933
Complementary color
Monochromatic Colors of #A31933
Black with #A31933
Text Example
Text Example
White with #A31933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31933; }
p { color: rgb(163,25,51); }
H1.HeaderClassName
{
color: #A31933;
}
.AnyTagClassName
{
color: #A31933;
}
</style>
background-color css
<style>
a { background-color: #A31933; }
a { background-color: rgb(163,25,51); }
div.DivClassName
{
background-color: #A31933;
}
.BgClassName
{
background-color: #A31933;
}
</style>
border-color css
<style>
span { border-color: #A31933; }
span { border-color: rgb(163,25,51); }
td.TdClassName
{
border-color: #A31933;
}
.TagClassName
{
border-color: #A31933;
}
</style>