Shades of Bright Red #A1173B
Tints of Bright Red #A1173B
RGB
CMYK
RGB Variations
Color information
#A1173B (or 0xA1173B) is known color: Bright Red. HEX triplet: A1, 17 and 3B. RGB value is (161,23,59). Sum of RGB (Red+Green+Blue) = 161+23+59=243 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.26% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 161 - color contains mainly: red. Hex color #A1173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1173B is #5EE8C4. Grayscale: #444444. Windows color (decimal): -6219973 or 3872673. OLE color: 3872673.
HSL color Cylindrical-coordinate representation of color #A1173B: hue angle of 344.35º degrees, saturation: 0.75, 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 #A1173B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 59 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.37 |
| HSL | 344.35º | 0.75% | 0.36% | - |
| HSV(B) | 344.35º | 0.86% | 0.63% | - |
| XYZ | 15.79 | 8.51 | 4.95 | - |
| YUV | 68.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 59 | 0 | 0.86 | 0.63 | 0.37 | 344.35 | 0.75 | 0.36 |
| Hex | A1 | 17 | 3B | 0 | 56 | 3F | 25 | 158 | 4B | 24 |
| Octal | 241 | 27 | 73 | 0 | 126 | 77 | 45 | 530 | 113 | 44 |
| Binary | 10100001 | 10111 | 111011 | 0 | 1010110 | 111111 | 100101 | 101011000 | 1001011 | 100100 |
Color Harmonies of #A1173B
Complementary color
Monochromatic Colors of #A1173B
Black with #A1173B
Text Example
Text Example
White with #A1173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1173B; }
p { color: rgb(161,23,59); }
H1.HeaderClassName
{
color: #A1173B;
}
.AnyTagClassName
{
color: #A1173B;
}
</style>
background-color css
<style>
a { background-color: #A1173B; }
a { background-color: rgb(161,23,59); }
div.DivClassName
{
background-color: #A1173B;
}
.BgClassName
{
background-color: #A1173B;
}
</style>
border-color css
<style>
span { border-color: #A1173B; }
span { border-color: rgb(161,23,59); }
td.TdClassName
{
border-color: #A1173B;
}
.TagClassName
{
border-color: #A1173B;
}
</style>