Shades of Bright Red #A1142A
Tints of Bright Red #A1142A
RGB
CMYK
RGB Variations
Color information
#A1142A (or 0xA1142A) is known color: Bright Red. HEX triplet: A1, 14 and 2A. RGB value is (161,20,42). Sum of RGB (Red+Green+Blue) = 161+20+42=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1142A is #5EEBD5. Grayscale: #404040. Windows color (decimal): -6220758 or 2757793. OLE color: 2757793.
HSL color Cylindrical-coordinate representation of color #A1142A: hue angle of 350.64º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1142A is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 42 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.37 |
| HSL | 350.64º | 0.78% | 0.35% | - |
| HSV(B) | 350.64º | 0.88% | 0.63% | - |
| XYZ | 15.37 | 8.24 | 2.97 | - |
| YUV | 64.67 | 115.21 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 42 | 0 | 0.88 | 0.74 | 0.37 | 350.64 | 0.78 | 0.35 |
| Hex | A1 | 14 | 2A | 0 | 58 | 4A | 25 | 15F | 4E | 23 |
| Octal | 241 | 24 | 52 | 0 | 130 | 112 | 45 | 537 | 116 | 43 |
| Binary | 10100001 | 10100 | 101010 | 0 | 1011000 | 1001010 | 100101 | 101011111 | 1001110 | 100011 |
Color Harmonies of #A1142A
Complementary color
Monochromatic Colors of #A1142A
Black with #A1142A
Text Example
Text Example
White with #A1142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1142A; }
p { color: rgb(161,20,42); }
H1.HeaderClassName
{
color: #A1142A;
}
.AnyTagClassName
{
color: #A1142A;
}
</style>
background-color css
<style>
a { background-color: #A1142A; }
a { background-color: rgb(161,20,42); }
div.DivClassName
{
background-color: #A1142A;
}
.BgClassName
{
background-color: #A1142A;
}
</style>
border-color css
<style>
span { border-color: #A1142A; }
span { border-color: rgb(161,20,42); }
td.TdClassName
{
border-color: #A1142A;
}
.TagClassName
{
border-color: #A1142A;
}
</style>