Shades of Bright Red #A1133B
Tints of Bright Red #A1133B
RGB
CMYK
RGB Variations
Color information
#A1133B (or 0xA1133B) is known color: Bright Red. HEX triplet: A1, 13 and 3B. RGB value is (161,19,59). Sum of RGB (Red+Green+Blue) = 161+19+59=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A1133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1133B is #5EECC4. Grayscale: #424242. Windows color (decimal): -6220997 or 3871649. OLE color: 3871649.
HSL color Cylindrical-coordinate representation of color #A1133B: hue angle of 343.1º 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 #A1133B is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 59 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.37 |
| HSL | 343.1º | 0.79% | 0.35% | - |
| HSV(B) | 343.1º | 0.88% | 0.63% | - |
| XYZ | 15.72 | 8.36 | 4.92 | - |
| YUV | 66.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 59 | 0 | 0.88 | 0.63 | 0.37 | 343.1 | 0.79 | 0.35 |
| Hex | A1 | 13 | 3B | 0 | 58 | 3F | 25 | 157 | 4F | 23 |
| Octal | 241 | 23 | 73 | 0 | 130 | 77 | 45 | 527 | 117 | 43 |
| Binary | 10100001 | 10011 | 111011 | 0 | 1011000 | 111111 | 100101 | 101010111 | 1001111 | 100011 |
Color Harmonies of #A1133B
Complementary color
Monochromatic Colors of #A1133B
Black with #A1133B
Text Example
Text Example
White with #A1133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1133B; }
p { color: rgb(161,19,59); }
H1.HeaderClassName
{
color: #A1133B;
}
.AnyTagClassName
{
color: #A1133B;
}
</style>
background-color css
<style>
a { background-color: #A1133B; }
a { background-color: rgb(161,19,59); }
div.DivClassName
{
background-color: #A1133B;
}
.BgClassName
{
background-color: #A1133B;
}
</style>
border-color css
<style>
span { border-color: #A1133B; }
span { border-color: rgb(161,19,59); }
td.TdClassName
{
border-color: #A1133B;
}
.TagClassName
{
border-color: #A1133B;
}
</style>