Shades of Bright Red #A1243B
Tints of Bright Red #A1243B
RGB
CMYK
RGB Variations
Color information
#A1243B (or 0xA1243B) is known color: Bright Red. HEX triplet: A1, 24 and 3B. RGB value is (161,36,59). Sum of RGB (Red+Green+Blue) = 161+36+59=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1243B is #5EDBC4. Grayscale: #4C4C4C. Windows color (decimal): -6216645 or 3876001. OLE color: 3876001.
HSL color Cylindrical-coordinate representation of color #A1243B: hue angle of 348.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1243B is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 59 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.37 |
| HSL | 348.96º | 0.63% | 0.39% | - |
| HSV(B) | 348.96º | 0.78% | 0.63% | - |
| XYZ | 16.12 | 9.15 | 5.06 | - |
| YUV | 76 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 59 | 0 | 0.78 | 0.63 | 0.37 | 348.96 | 0.63 | 0.39 |
| Hex | A1 | 24 | 3B | 0 | 4E | 3F | 25 | 15D | 3F | 27 |
| Octal | 241 | 44 | 73 | 0 | 116 | 77 | 45 | 535 | 77 | 47 |
| Binary | 10100001 | 100100 | 111011 | 0 | 1001110 | 111111 | 100101 | 101011101 | 111111 | 100111 |
Color Harmonies of #A1243B
Complementary color
Monochromatic Colors of #A1243B
Black with #A1243B
Text Example
Text Example
White with #A1243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1243B; }
p { color: rgb(161,36,59); }
H1.HeaderClassName
{
color: #A1243B;
}
.AnyTagClassName
{
color: #A1243B;
}
</style>
background-color css
<style>
a { background-color: #A1243B; }
a { background-color: rgb(161,36,59); }
div.DivClassName
{
background-color: #A1243B;
}
.BgClassName
{
background-color: #A1243B;
}
</style>
border-color css
<style>
span { border-color: #A1243B; }
span { border-color: rgb(161,36,59); }
td.TdClassName
{
border-color: #A1243B;
}
.TagClassName
{
border-color: #A1243B;
}
</style>