Shades of Bright Red #A1162F
Tints of Bright Red #A1162F
RGB
CMYK
RGB Variations
Color information
#A1162F (or 0xA1162F) is known color: Bright Red. HEX triplet: A1, 16 and 2F. RGB value is (161,22,47). Sum of RGB (Red+Green+Blue) = 161+22+47=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A1162F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1162F is #5EE9D0. Grayscale: #424242. Windows color (decimal): -6220241 or 3085985. OLE color: 3085985.
HSL color Cylindrical-coordinate representation of color #A1162F: hue angle of 349.21º 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 #A1162F is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 47 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.37 |
| HSL | 349.21º | 0.76% | 0.36% | - |
| HSV(B) | 349.21º | 0.86% | 0.63% | - |
| XYZ | 15.5 | 8.36 | 3.49 | - |
| YUV | 66.41 | 117.05 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 47 | 0 | 0.86 | 0.71 | 0.37 | 349.21 | 0.76 | 0.36 |
| Hex | A1 | 16 | 2F | 0 | 56 | 47 | 25 | 15D | 4C | 24 |
| Octal | 241 | 26 | 57 | 0 | 126 | 107 | 45 | 535 | 114 | 44 |
| Binary | 10100001 | 10110 | 101111 | 0 | 1010110 | 1000111 | 100101 | 101011101 | 1001100 | 100100 |
Color Harmonies of #A1162F
Complementary color
Monochromatic Colors of #A1162F
Black with #A1162F
Text Example
Text Example
White with #A1162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1162F; }
p { color: rgb(161,22,47); }
H1.HeaderClassName
{
color: #A1162F;
}
.AnyTagClassName
{
color: #A1162F;
}
</style>
background-color css
<style>
a { background-color: #A1162F; }
a { background-color: rgb(161,22,47); }
div.DivClassName
{
background-color: #A1162F;
}
.BgClassName
{
background-color: #A1162F;
}
</style>
border-color css
<style>
span { border-color: #A1162F; }
span { border-color: rgb(161,22,47); }
td.TdClassName
{
border-color: #A1162F;
}
.TagClassName
{
border-color: #A1162F;
}
</style>