Shades of Bright Red #A01830
Tints of Bright Red #A01830
RGB
CMYK
RGB Variations
Color information
#A01830 (or 0xA01830) is known color: Bright Red. HEX triplet: A0, 18 and 30. RGB value is (160,24,48). Sum of RGB (Red+Green+Blue) = 160+24+48=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A01830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01830 is #5FE7CF. Grayscale: #434343. Windows color (decimal): -6285264 or 3152032. OLE color: 3152032.
HSL color Cylindrical-coordinate representation of color #A01830: hue angle of 349.41º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01830 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 48 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.37 |
| HSL | 349.41º | 0.74% | 0.36% | - |
| HSV(B) | 349.41º | 0.85% | 0.63% | - |
| XYZ | 15.36 | 8.34 | 3.6 | - |
| YUV | 67.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 48 | 0 | 0.85 | 0.70 | 0.37 | 349.41 | 0.74 | 0.36 |
| Hex | A0 | 18 | 30 | 0 | 55 | 46 | 25 | 15D | 4A | 24 |
| Octal | 240 | 30 | 60 | 0 | 125 | 106 | 45 | 535 | 112 | 44 |
| Binary | 10100000 | 11000 | 110000 | 0 | 1010101 | 1000110 | 100101 | 101011101 | 1001010 | 100100 |
Color Harmonies of #A01830
Complementary color
Monochromatic Colors of #A01830
Black with #A01830
Text Example
Text Example
White with #A01830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01830; }
p { color: rgb(160,24,48); }
H1.HeaderClassName
{
color: #A01830;
}
.AnyTagClassName
{
color: #A01830;
}
</style>
background-color css
<style>
a { background-color: #A01830; }
a { background-color: rgb(160,24,48); }
div.DivClassName
{
background-color: #A01830;
}
.BgClassName
{
background-color: #A01830;
}
</style>
border-color css
<style>
span { border-color: #A01830; }
span { border-color: rgb(160,24,48); }
td.TdClassName
{
border-color: #A01830;
}
.TagClassName
{
border-color: #A01830;
}
</style>