Shades of Bright Red #A1133A
Tints of Bright Red #A1133A
RGB
CMYK
RGB Variations
Color information
#A1133A (or 0xA1133A) is known color: Bright Red. HEX triplet: A1, 13 and 3A. RGB value is (161,19,58). Sum of RGB (Red+Green+Blue) = 161+19+58=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1133A is #5EECC5. Grayscale: #414141. Windows color (decimal): -6220998 or 3806113. OLE color: 3806113.
HSL color Cylindrical-coordinate representation of color #A1133A: hue angle of 343.52º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1133A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 58 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.37 |
| HSL | 343.52º | 0.79% | 0.35% | - |
| HSV(B) | 343.52º | 0.88% | 0.63% | - |
| XYZ | 15.69 | 8.35 | 4.79 | - |
| YUV | 65.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 58 | 0 | 0.88 | 0.64 | 0.37 | 343.52 | 0.79 | 0.35 |
| Hex | A1 | 13 | 3A | 0 | 58 | 40 | 25 | 158 | 4F | 23 |
| Octal | 241 | 23 | 72 | 0 | 130 | 100 | 45 | 530 | 117 | 43 |
| Binary | 10100001 | 10011 | 111010 | 0 | 1011000 | 1000000 | 100101 | 101011000 | 1001111 | 100011 |
Color Harmonies of #A1133A
Complementary color
Monochromatic Colors of #A1133A
Black with #A1133A
Text Example
Text Example
White with #A1133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1133A; }
p { color: rgb(161,19,58); }
H1.HeaderClassName
{
color: #A1133A;
}
.AnyTagClassName
{
color: #A1133A;
}
</style>
background-color css
<style>
a { background-color: #A1133A; }
a { background-color: rgb(161,19,58); }
div.DivClassName
{
background-color: #A1133A;
}
.BgClassName
{
background-color: #A1133A;
}
</style>
border-color css
<style>
span { border-color: #A1133A; }
span { border-color: rgb(161,19,58); }
td.TdClassName
{
border-color: #A1133A;
}
.TagClassName
{
border-color: #A1133A;
}
</style>