Shades of Bright Red #A1263E
Tints of Bright Red #A1263E
RGB
CMYK
RGB Variations
Color information
#A1263E (or 0xA1263E) is known color: Bright Red. HEX triplet: A1, 26 and 3E. RGB value is (161,38,62). Sum of RGB (Red+Green+Blue) = 161+38+62=261 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.69% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 161 - color contains mainly: red. Hex color #A1263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1263E is #5ED9C1. Grayscale: #4D4D4D. Windows color (decimal): -6216130 or 4073121. OLE color: 4073121.
HSL color Cylindrical-coordinate representation of color #A1263E: hue angle of 348.29º degrees, saturation: 0.62, 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 #A1263E is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 62 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.37 |
| HSL | 348.29º | 0.62% | 0.39% | - |
| HSV(B) | 348.29º | 0.76% | 0.63% | - |
| XYZ | 16.26 | 9.31 | 5.5 | - |
| YUV | 77.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 62 | 0 | 0.76 | 0.61 | 0.37 | 348.29 | 0.62 | 0.39 |
| Hex | A1 | 26 | 3E | 0 | 4C | 3D | 25 | 15C | 3E | 27 |
| Octal | 241 | 46 | 76 | 0 | 114 | 75 | 45 | 534 | 76 | 47 |
| Binary | 10100001 | 100110 | 111110 | 0 | 1001100 | 111101 | 100101 | 101011100 | 111110 | 100111 |
Color Harmonies of #A1263E
Complementary color
Monochromatic Colors of #A1263E
Black with #A1263E
Text Example
Text Example
White with #A1263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1263E; }
p { color: rgb(161,38,62); }
H1.HeaderClassName
{
color: #A1263E;
}
.AnyTagClassName
{
color: #A1263E;
}
</style>
background-color css
<style>
a { background-color: #A1263E; }
a { background-color: rgb(161,38,62); }
div.DivClassName
{
background-color: #A1263E;
}
.BgClassName
{
background-color: #A1263E;
}
</style>
border-color css
<style>
span { border-color: #A1263E; }
span { border-color: rgb(161,38,62); }
td.TdClassName
{
border-color: #A1263E;
}
.TagClassName
{
border-color: #A1263E;
}
</style>