Shades of Bright Red #A1163B
Tints of Bright Red #A1163B
RGB
CMYK
RGB Variations
Color information
#A1163B (or 0xA1163B) is known color: Bright Red. HEX triplet: A1, 16 and 3B. RGB value is (161,22,59). Sum of RGB (Red+Green+Blue) = 161+22+59=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1163B is #5EE9C4. Grayscale: #434343. Windows color (decimal): -6220229 or 3872417. OLE color: 3872417.
HSL color Cylindrical-coordinate representation of color #A1163B: hue angle of 344.03º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1163B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 59 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.37 |
| HSL | 344.03º | 0.76% | 0.36% | - |
| HSV(B) | 344.03º | 0.86% | 0.63% | - |
| XYZ | 15.77 | 8.47 | 4.94 | - |
| YUV | 67.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 59 | 0 | 0.86 | 0.63 | 0.37 | 344.03 | 0.76 | 0.36 |
| Hex | A1 | 16 | 3B | 0 | 56 | 3F | 25 | 158 | 4C | 24 |
| Octal | 241 | 26 | 73 | 0 | 126 | 77 | 45 | 530 | 114 | 44 |
| Binary | 10100001 | 10110 | 111011 | 0 | 1010110 | 111111 | 100101 | 101011000 | 1001100 | 100100 |
Color Harmonies of #A1163B
Complementary color
Monochromatic Colors of #A1163B
Black with #A1163B
Text Example
Text Example
White with #A1163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1163B; }
p { color: rgb(161,22,59); }
H1.HeaderClassName
{
color: #A1163B;
}
.AnyTagClassName
{
color: #A1163B;
}
</style>
background-color css
<style>
a { background-color: #A1163B; }
a { background-color: rgb(161,22,59); }
div.DivClassName
{
background-color: #A1163B;
}
.BgClassName
{
background-color: #A1163B;
}
</style>
border-color css
<style>
span { border-color: #A1163B; }
span { border-color: rgb(161,22,59); }
td.TdClassName
{
border-color: #A1163B;
}
.TagClassName
{
border-color: #A1163B;
}
</style>