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