Shades of Bright Red #A1163E
Tints of Bright Red #A1163E
RGB
CMYK
RGB Variations
Color information
#A1163E (or 0xA1163E) is known color: Bright Red. HEX triplet: A1, 16 and 3E. RGB value is (161,22,62). Sum of RGB (Red+Green+Blue) = 161+22+62=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1163E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1163E is #5EE9C1. Grayscale: #444444. Windows color (decimal): -6220226 or 4069025. OLE color: 4069025.
HSL color Cylindrical-coordinate representation of color #A1163E: hue angle of 342.73º 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 #A1163E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 62 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.37 |
| HSL | 342.73º | 0.76% | 0.36% | - |
| HSV(B) | 342.73º | 0.86% | 0.63% | - |
| XYZ | 15.85 | 8.5 | 5.36 | - |
| YUV | 68.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 62 | 0 | 0.86 | 0.61 | 0.37 | 342.73 | 0.76 | 0.36 |
| Hex | A1 | 16 | 3E | 0 | 56 | 3D | 25 | 157 | 4C | 24 |
| Octal | 241 | 26 | 76 | 0 | 126 | 75 | 45 | 527 | 114 | 44 |
| Binary | 10100001 | 10110 | 111110 | 0 | 1010110 | 111101 | 100101 | 101010111 | 1001100 | 100100 |
Color Harmonies of #A1163E
Complementary color
Monochromatic Colors of #A1163E
Black with #A1163E
Text Example
Text Example
White with #A1163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1163E; }
p { color: rgb(161,22,62); }
H1.HeaderClassName
{
color: #A1163E;
}
.AnyTagClassName
{
color: #A1163E;
}
</style>
background-color css
<style>
a { background-color: #A1163E; }
a { background-color: rgb(161,22,62); }
div.DivClassName
{
background-color: #A1163E;
}
.BgClassName
{
background-color: #A1163E;
}
</style>
border-color css
<style>
span { border-color: #A1163E; }
span { border-color: rgb(161,22,62); }
td.TdClassName
{
border-color: #A1163E;
}
.TagClassName
{
border-color: #A1163E;
}
</style>