Shades of Bright Red #A1143C
Tints of Bright Red #A1143C
RGB
CMYK
RGB Variations
Color information
#A1143C (or 0xA1143C) is known color: Bright Red. HEX triplet: A1, 14 and 3C. RGB value is (161,20,60). Sum of RGB (Red+Green+Blue) = 161+20+60=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1143C is #5EEBC3. Grayscale: #424242. Windows color (decimal): -6220740 or 3937441. OLE color: 3937441.
HSL color Cylindrical-coordinate representation of color #A1143C: hue angle of 342.98º 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 #A1143C is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 60 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.37 |
| HSL | 342.98º | 0.78% | 0.35% | - |
| HSV(B) | 342.98º | 0.88% | 0.63% | - |
| XYZ | 15.76 | 8.4 | 5.07 | - |
| YUV | 66.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 60 | 0 | 0.88 | 0.63 | 0.37 | 342.98 | 0.78 | 0.35 |
| Hex | A1 | 14 | 3C | 0 | 58 | 3F | 25 | 157 | 4E | 23 |
| Octal | 241 | 24 | 74 | 0 | 130 | 77 | 45 | 527 | 116 | 43 |
| Binary | 10100001 | 10100 | 111100 | 0 | 1011000 | 111111 | 100101 | 101010111 | 1001110 | 100011 |
Color Harmonies of #A1143C
Complementary color
Monochromatic Colors of #A1143C
Black with #A1143C
Text Example
Text Example
White with #A1143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1143C; }
p { color: rgb(161,20,60); }
H1.HeaderClassName
{
color: #A1143C;
}
.AnyTagClassName
{
color: #A1143C;
}
</style>
background-color css
<style>
a { background-color: #A1143C; }
a { background-color: rgb(161,20,60); }
div.DivClassName
{
background-color: #A1143C;
}
.BgClassName
{
background-color: #A1143C;
}
</style>
border-color css
<style>
span { border-color: #A1143C; }
span { border-color: rgb(161,20,60); }
td.TdClassName
{
border-color: #A1143C;
}
.TagClassName
{
border-color: #A1143C;
}
</style>