Shades of Bright Red #A1173D
Tints of Bright Red #A1173D
RGB
CMYK
RGB Variations
Color information
#A1173D (or 0xA1173D) is known color: Bright Red. HEX triplet: A1, 17 and 3D. RGB value is (161,23,61). Sum of RGB (Red+Green+Blue) = 161+23+61=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1173D is #5EE8C2. Grayscale: #444444. Windows color (decimal): -6219971 or 4003745. OLE color: 4003745.
HSL color Cylindrical-coordinate representation of color #A1173D: hue angle of 343.48º 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 #A1173D is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 61 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.37 |
| HSL | 343.48º | 0.75% | 0.36% | - |
| HSV(B) | 343.48º | 0.86% | 0.63% | - |
| XYZ | 15.85 | 8.53 | 5.23 | - |
| YUV | 68.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 61 | 0 | 0.86 | 0.62 | 0.37 | 343.48 | 0.75 | 0.36 |
| Hex | A1 | 17 | 3D | 0 | 56 | 3E | 25 | 157 | 4B | 24 |
| Octal | 241 | 27 | 75 | 0 | 126 | 76 | 45 | 527 | 113 | 44 |
| Binary | 10100001 | 10111 | 111101 | 0 | 1010110 | 111110 | 100101 | 101010111 | 1001011 | 100100 |
Color Harmonies of #A1173D
Complementary color
Monochromatic Colors of #A1173D
Black with #A1173D
Text Example
Text Example
White with #A1173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1173D; }
p { color: rgb(161,23,61); }
H1.HeaderClassName
{
color: #A1173D;
}
.AnyTagClassName
{
color: #A1173D;
}
</style>
background-color css
<style>
a { background-color: #A1173D; }
a { background-color: rgb(161,23,61); }
div.DivClassName
{
background-color: #A1173D;
}
.BgClassName
{
background-color: #A1173D;
}
</style>
border-color css
<style>
span { border-color: #A1173D; }
span { border-color: rgb(161,23,61); }
td.TdClassName
{
border-color: #A1173D;
}
.TagClassName
{
border-color: #A1173D;
}
</style>