Shades of Bright Red #A1182D
Tints of Bright Red #A1182D
RGB
CMYK
RGB Variations
Color information
#A1182D (or 0xA1182D) is known color: Bright Red. HEX triplet: A1, 18 and 2D. RGB value is (161,24,45). Sum of RGB (Red+Green+Blue) = 161+24+45=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A1182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1182D is #5EE7D2. Grayscale: #434343. Windows color (decimal): -6219731 or 2955425. OLE color: 2955425.
HSL color Cylindrical-coordinate representation of color #A1182D: hue angle of 350.8º 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 #A1182D is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 24 | 45 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.37 |
| HSL | 350.8º | 0.74% | 0.36% | - |
| HSV(B) | 350.8º | 0.85% | 0.63% | - |
| XYZ | 15.5 | 8.42 | 3.29 | - |
| YUV | 67.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 45 | 0 | 0.85 | 0.72 | 0.37 | 350.8 | 0.74 | 0.36 |
| Hex | A1 | 18 | 2D | 0 | 55 | 48 | 25 | 15F | 4A | 24 |
| Octal | 241 | 30 | 55 | 0 | 125 | 110 | 45 | 537 | 112 | 44 |
| Binary | 10100001 | 11000 | 101101 | 0 | 1010101 | 1001000 | 100101 | 101011111 | 1001010 | 100100 |
Color Harmonies of #A1182D
Complementary color
Monochromatic Colors of #A1182D
Black with #A1182D
Text Example
Text Example
White with #A1182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1182D; }
p { color: rgb(161,24,45); }
H1.HeaderClassName
{
color: #A1182D;
}
.AnyTagClassName
{
color: #A1182D;
}
</style>
background-color css
<style>
a { background-color: #A1182D; }
a { background-color: rgb(161,24,45); }
div.DivClassName
{
background-color: #A1182D;
}
.BgClassName
{
background-color: #A1182D;
}
</style>
border-color css
<style>
span { border-color: #A1182D; }
span { border-color: rgb(161,24,45); }
td.TdClassName
{
border-color: #A1182D;
}
.TagClassName
{
border-color: #A1182D;
}
</style>