Shades of Bright Red #A1273E
Tints of Bright Red #A1273E
RGB
CMYK
RGB Variations
Color information
#A1273E (or 0xA1273E) is known color: Bright Red. HEX triplet: A1, 27 and 3E. RGB value is (161,39,62). Sum of RGB (Red+Green+Blue) = 161+39+62=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A1273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1273E is #5ED8C1. Grayscale: #4E4E4E. Windows color (decimal): -6215874 or 4073377. OLE color: 4073377.
HSL color Cylindrical-coordinate representation of color #A1273E: hue angle of 348.69º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1273E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 62 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.37 |
| HSL | 348.69º | 0.61% | 0.39% | - |
| HSV(B) | 348.69º | 0.76% | 0.63% | - |
| XYZ | 16.29 | 9.38 | 5.51 | - |
| YUV | 78.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 62 | 0 | 0.76 | 0.61 | 0.37 | 348.69 | 0.61 | 0.39 |
| Hex | A1 | 27 | 3E | 0 | 4C | 3D | 25 | 15D | 3D | 27 |
| Octal | 241 | 47 | 76 | 0 | 114 | 75 | 45 | 535 | 75 | 47 |
| Binary | 10100001 | 100111 | 111110 | 0 | 1001100 | 111101 | 100101 | 101011101 | 111101 | 100111 |
Color Harmonies of #A1273E
Complementary color
Monochromatic Colors of #A1273E
Black with #A1273E
Text Example
Text Example
White with #A1273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1273E; }
p { color: rgb(161,39,62); }
H1.HeaderClassName
{
color: #A1273E;
}
.AnyTagClassName
{
color: #A1273E;
}
</style>
background-color css
<style>
a { background-color: #A1273E; }
a { background-color: rgb(161,39,62); }
div.DivClassName
{
background-color: #A1273E;
}
.BgClassName
{
background-color: #A1273E;
}
</style>
border-color css
<style>
span { border-color: #A1273E; }
span { border-color: rgb(161,39,62); }
td.TdClassName
{
border-color: #A1273E;
}
.TagClassName
{
border-color: #A1273E;
}
</style>