Shades of Bright Red #A11233
Tints of Bright Red #A11233
RGB
CMYK
RGB Variations
Color information
#A11233 (or 0xA11233) is known color: Bright Red. HEX triplet: A1, 12 and 33. RGB value is (161,18,51). Sum of RGB (Red+Green+Blue) = 161+18+51=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A11233 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11233 is #5EEDCC. Grayscale: #404040. Windows color (decimal): -6221261 or 3347105. OLE color: 3347105.
HSL color Cylindrical-coordinate representation of color #A11233: hue angle of 346.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11233 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 51 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.37 |
| HSL | 346.15º | 0.8% | 0.35% | - |
| HSV(B) | 346.15º | 0.89% | 0.63% | - |
| XYZ | 15.51 | 8.25 | 3.91 | - |
| YUV | 64.52 | 120.38 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 51 | 0 | 0.89 | 0.68 | 0.37 | 346.15 | 0.8 | 0.35 |
| Hex | A1 | 12 | 33 | 0 | 59 | 44 | 25 | 15A | 50 | 23 |
| Octal | 241 | 22 | 63 | 0 | 131 | 104 | 45 | 532 | 120 | 43 |
| Binary | 10100001 | 10010 | 110011 | 0 | 1011001 | 1000100 | 100101 | 101011010 | 1010000 | 100011 |
Color Harmonies of #A11233
Complementary color
Monochromatic Colors of #A11233
Black with #A11233
Text Example
Text Example
White with #A11233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11233; }
p { color: rgb(161,18,51); }
H1.HeaderClassName
{
color: #A11233;
}
.AnyTagClassName
{
color: #A11233;
}
</style>
background-color css
<style>
a { background-color: #A11233; }
a { background-color: rgb(161,18,51); }
div.DivClassName
{
background-color: #A11233;
}
.BgClassName
{
background-color: #A11233;
}
</style>
border-color css
<style>
span { border-color: #A11233; }
span { border-color: rgb(161,18,51); }
td.TdClassName
{
border-color: #A11233;
}
.TagClassName
{
border-color: #A11233;
}
</style>