Shades of Bright Red #A1182A
Tints of Bright Red #A1182A
RGB
CMYK
RGB Variations
Color information
#A1182A (or 0xA1182A) is known color: Bright Red. HEX triplet: A1, 18 and 2A. RGB value is (161,24,42). Sum of RGB (Red+Green+Blue) = 161+24+42=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A1182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1182A is #5EE7D5. Grayscale: #434343. Windows color (decimal): -6219734 or 2758817. OLE color: 2758817.
HSL color Cylindrical-coordinate representation of color #A1182A: hue angle of 352.12º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1182A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 42 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.37 |
| HSL | 352.12º | 0.74% | 0.36% | - |
| HSV(B) | 352.12º | 0.85% | 0.63% | - |
| XYZ | 15.44 | 8.4 | 3 | - |
| YUV | 67.02 | 113.89 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 42 | 0 | 0.85 | 0.74 | 0.37 | 352.12 | 0.74 | 0.36 |
| Hex | A1 | 18 | 2A | 0 | 55 | 4A | 25 | 160 | 4A | 24 |
| Octal | 241 | 30 | 52 | 0 | 125 | 112 | 45 | 540 | 112 | 44 |
| Binary | 10100001 | 11000 | 101010 | 0 | 1010101 | 1001010 | 100101 | 101100000 | 1001010 | 100100 |
Color Harmonies of #A1182A
Complementary color
Monochromatic Colors of #A1182A
Black with #A1182A
Text Example
Text Example
White with #A1182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1182A; }
p { color: rgb(161,24,42); }
H1.HeaderClassName
{
color: #A1182A;
}
.AnyTagClassName
{
color: #A1182A;
}
</style>
background-color css
<style>
a { background-color: #A1182A; }
a { background-color: rgb(161,24,42); }
div.DivClassName
{
background-color: #A1182A;
}
.BgClassName
{
background-color: #A1182A;
}
</style>
border-color css
<style>
span { border-color: #A1182A; }
span { border-color: rgb(161,24,42); }
td.TdClassName
{
border-color: #A1182A;
}
.TagClassName
{
border-color: #A1182A;
}
</style>