Shades of Bright Red #A11B38
Tints of Bright Red #A11B38
RGB
CMYK
RGB Variations
Color information
#A11B38 (or 0xA11B38) is known color: Bright Red. HEX triplet: A1, 1B and 38. RGB value is (161,27,56). Sum of RGB (Red+Green+Blue) = 161+27+56=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11B38 is #5EE4C7. Grayscale: #464646. Windows color (decimal): -6218952 or 3677089. OLE color: 3677089.
HSL color Cylindrical-coordinate representation of color #A11B38: hue angle of 347.01º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A11B38 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 27 | 56 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.37 |
| HSL | 347.01º | 0.71% | 0.37% | - |
| HSV(B) | 347.01º | 0.83% | 0.63% | - |
| XYZ | 15.8 | 8.65 | 4.58 | - |
| YUV | 70.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 56 | 0 | 0.83 | 0.65 | 0.37 | 347.01 | 0.71 | 0.37 |
| Hex | A1 | 1B | 38 | 0 | 53 | 41 | 25 | 15B | 47 | 25 |
| Octal | 241 | 33 | 70 | 0 | 123 | 101 | 45 | 533 | 107 | 45 |
| Binary | 10100001 | 11011 | 111000 | 0 | 1010011 | 1000001 | 100101 | 101011011 | 1000111 | 100101 |
Color Harmonies of #A11B38
Complementary color
Monochromatic Colors of #A11B38
Black with #A11B38
Text Example
Text Example
White with #A11B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11B38; }
p { color: rgb(161,27,56); }
H1.HeaderClassName
{
color: #A11B38;
}
.AnyTagClassName
{
color: #A11B38;
}
</style>
background-color css
<style>
a { background-color: #A11B38; }
a { background-color: rgb(161,27,56); }
div.DivClassName
{
background-color: #A11B38;
}
.BgClassName
{
background-color: #A11B38;
}
</style>
border-color css
<style>
span { border-color: #A11B38; }
span { border-color: rgb(161,27,56); }
td.TdClassName
{
border-color: #A11B38;
}
.TagClassName
{
border-color: #A11B38;
}
</style>