Shades of Bright Red #A1143D
Tints of Bright Red #A1143D
RGB
CMYK
RGB Variations
Color information
#A1143D (or 0xA1143D) is known color: Bright Red. HEX triplet: A1, 14 and 3D. RGB value is (161,20,61). Sum of RGB (Red+Green+Blue) = 161+20+61=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A1143D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1143D is #5EEBC2. Grayscale: #424242. Windows color (decimal): -6220739 or 4002977. OLE color: 4002977.
HSL color Cylindrical-coordinate representation of color #A1143D: hue angle of 342.55º 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 #A1143D is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 61 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.37 |
| HSL | 342.55º | 0.78% | 0.35% | - |
| HSV(B) | 342.55º | 0.88% | 0.63% | - |
| XYZ | 15.79 | 8.41 | 5.21 | - |
| YUV | 66.83 | 124.71 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 61 | 0 | 0.88 | 0.62 | 0.37 | 342.55 | 0.78 | 0.35 |
| Hex | A1 | 14 | 3D | 0 | 58 | 3E | 25 | 157 | 4E | 23 |
| Octal | 241 | 24 | 75 | 0 | 130 | 76 | 45 | 527 | 116 | 43 |
| Binary | 10100001 | 10100 | 111101 | 0 | 1011000 | 111110 | 100101 | 101010111 | 1001110 | 100011 |
Color Harmonies of #A1143D
Complementary color
Monochromatic Colors of #A1143D
Black with #A1143D
Text Example
Text Example
White with #A1143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1143D; }
p { color: rgb(161,20,61); }
H1.HeaderClassName
{
color: #A1143D;
}
.AnyTagClassName
{
color: #A1143D;
}
</style>
background-color css
<style>
a { background-color: #A1143D; }
a { background-color: rgb(161,20,61); }
div.DivClassName
{
background-color: #A1143D;
}
.BgClassName
{
background-color: #A1143D;
}
</style>
border-color css
<style>
span { border-color: #A1143D; }
span { border-color: rgb(161,20,61); }
td.TdClassName
{
border-color: #A1143D;
}
.TagClassName
{
border-color: #A1143D;
}
</style>