Shades of Bright Red #A1162B
Tints of Bright Red #A1162B
RGB
CMYK
RGB Variations
Color information
#A1162B (or 0xA1162B) is known color: Bright Red. HEX triplet: A1, 16 and 2B. RGB value is (161,22,43). Sum of RGB (Red+Green+Blue) = 161+22+43=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1162B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1162B is #5EE9D4. Grayscale: #424242. Windows color (decimal): -6220245 or 2823841. OLE color: 2823841.
HSL color Cylindrical-coordinate representation of color #A1162B: hue angle of 350.94º 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 #A1162B is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 43 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.37 |
| HSL | 350.94º | 0.76% | 0.36% | - |
| HSV(B) | 350.94º | 0.86% | 0.63% | - |
| XYZ | 15.42 | 8.33 | 3.08 | - |
| YUV | 65.96 | 115.05 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 43 | 0 | 0.86 | 0.73 | 0.37 | 350.94 | 0.76 | 0.36 |
| Hex | A1 | 16 | 2B | 0 | 56 | 49 | 25 | 15F | 4C | 24 |
| Octal | 241 | 26 | 53 | 0 | 126 | 111 | 45 | 537 | 114 | 44 |
| Binary | 10100001 | 10110 | 101011 | 0 | 1010110 | 1001001 | 100101 | 101011111 | 1001100 | 100100 |
Color Harmonies of #A1162B
Complementary color
Monochromatic Colors of #A1162B
Black with #A1162B
Text Example
Text Example
White with #A1162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1162B; }
p { color: rgb(161,22,43); }
H1.HeaderClassName
{
color: #A1162B;
}
.AnyTagClassName
{
color: #A1162B;
}
</style>
background-color css
<style>
a { background-color: #A1162B; }
a { background-color: rgb(161,22,43); }
div.DivClassName
{
background-color: #A1162B;
}
.BgClassName
{
background-color: #A1162B;
}
</style>
border-color css
<style>
span { border-color: #A1162B; }
span { border-color: rgb(161,22,43); }
td.TdClassName
{
border-color: #A1162B;
}
.TagClassName
{
border-color: #A1162B;
}
</style>