Shades of Bright Red #A1123B
Tints of Bright Red #A1123B
RGB
CMYK
RGB Variations
Color information
#A1123B (or 0xA1123B) is known color: Bright Red. HEX triplet: A1, 12 and 3B. RGB value is (161,18,59). Sum of RGB (Red+Green+Blue) = 161+18+59=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1123B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1123B is #5EEDC4. Grayscale: #414141. Windows color (decimal): -6221253 or 3871393. OLE color: 3871393.
HSL color Cylindrical-coordinate representation of color #A1123B: hue angle of 342.8º 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 #A1123B is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 59 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.37 |
| HSL | 342.8º | 0.8% | 0.35% | - |
| HSV(B) | 342.8º | 0.89% | 0.63% | - |
| XYZ | 15.7 | 8.33 | 4.92 | - |
| YUV | 65.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 59 | 0 | 0.89 | 0.63 | 0.37 | 342.8 | 0.8 | 0.35 |
| Hex | A1 | 12 | 3B | 0 | 59 | 3F | 25 | 157 | 50 | 23 |
| Octal | 241 | 22 | 73 | 0 | 131 | 77 | 45 | 527 | 120 | 43 |
| Binary | 10100001 | 10010 | 111011 | 0 | 1011001 | 111111 | 100101 | 101010111 | 1010000 | 100011 |
Color Harmonies of #A1123B
Complementary color
Monochromatic Colors of #A1123B
Black with #A1123B
Text Example
Text Example
White with #A1123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1123B; }
p { color: rgb(161,18,59); }
H1.HeaderClassName
{
color: #A1123B;
}
.AnyTagClassName
{
color: #A1123B;
}
</style>
background-color css
<style>
a { background-color: #A1123B; }
a { background-color: rgb(161,18,59); }
div.DivClassName
{
background-color: #A1123B;
}
.BgClassName
{
background-color: #A1123B;
}
</style>
border-color css
<style>
span { border-color: #A1123B; }
span { border-color: rgb(161,18,59); }
td.TdClassName
{
border-color: #A1123B;
}
.TagClassName
{
border-color: #A1123B;
}
</style>