Shades of Bright Red #A11A30
Tints of Bright Red #A11A30
RGB
CMYK
RGB Variations
Color information
#A11A30 (or 0xA11A30) is known color: Bright Red. HEX triplet: A1, 1A and 30. RGB value is (161,26,48). Sum of RGB (Red+Green+Blue) = 161+26+48=235 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.51% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11A30 is #5EE5CF. Grayscale: #444444. Windows color (decimal): -6219216 or 3152545. OLE color: 3152545.
HSL color Cylindrical-coordinate representation of color #A11A30: hue angle of 350.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A30 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 48 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.37 |
| HSL | 350.22º | 0.72% | 0.37% | - |
| HSV(B) | 350.22º | 0.84% | 0.63% | - |
| XYZ | 15.6 | 8.53 | 3.62 | - |
| YUV | 68.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 48 | 0 | 0.84 | 0.70 | 0.37 | 350.22 | 0.72 | 0.37 |
| Hex | A1 | 1A | 30 | 0 | 54 | 46 | 25 | 15E | 48 | 25 |
| Octal | 241 | 32 | 60 | 0 | 124 | 106 | 45 | 536 | 110 | 45 |
| Binary | 10100001 | 11010 | 110000 | 0 | 1010100 | 1000110 | 100101 | 101011110 | 1001000 | 100101 |
Color Harmonies of #A11A30
Complementary color
Monochromatic Colors of #A11A30
Black with #A11A30
Text Example
Text Example
White with #A11A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A30; }
p { color: rgb(161,26,48); }
H1.HeaderClassName
{
color: #A11A30;
}
.AnyTagClassName
{
color: #A11A30;
}
</style>
background-color css
<style>
a { background-color: #A11A30; }
a { background-color: rgb(161,26,48); }
div.DivClassName
{
background-color: #A11A30;
}
.BgClassName
{
background-color: #A11A30;
}
</style>
border-color css
<style>
span { border-color: #A11A30; }
span { border-color: rgb(161,26,48); }
td.TdClassName
{
border-color: #A11A30;
}
.TagClassName
{
border-color: #A11A30;
}
</style>