Shades of Bright Red #A9243B
Tints of Bright Red #A9243B
RGB
CMYK
RGB Variations
Color information
#A9243B (or 0xA9243B) is known color: Bright Red. HEX triplet: A9, 24 and 3B. RGB value is (169,36,59). Sum of RGB (Red+Green+Blue) = 169+36+59=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9243B is #56DBC4. Grayscale: #4E4E4E. Windows color (decimal): -5692357 or 3876009. OLE color: 3876009.
HSL color Cylindrical-coordinate representation of color #A9243B: hue angle of 349.62º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9243B is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 36 | 59 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.34 |
| HSL | 349.62º | 0.65% | 0.4% | - |
| HSV(B) | 349.62º | 0.79% | 0.66% | - |
| XYZ | 17.78 | 10.01 | 5.13 | - |
| YUV | 78.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 59 | 0 | 0.79 | 0.65 | 0.34 | 349.62 | 0.65 | 0.4 |
| Hex | A9 | 24 | 3B | 0 | 4F | 41 | 22 | 15E | 41 | 28 |
| Octal | 251 | 44 | 73 | 0 | 117 | 101 | 42 | 536 | 101 | 50 |
| Binary | 10101001 | 100100 | 111011 | 0 | 1001111 | 1000001 | 100010 | 101011110 | 1000001 | 101000 |
Color Harmonies of #A9243B
Complementary color
Monochromatic Colors of #A9243B
Black with #A9243B
Text Example
Text Example
White with #A9243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9243B; }
p { color: rgb(169,36,59); }
H1.HeaderClassName
{
color: #A9243B;
}
.AnyTagClassName
{
color: #A9243B;
}
</style>
background-color css
<style>
a { background-color: #A9243B; }
a { background-color: rgb(169,36,59); }
div.DivClassName
{
background-color: #A9243B;
}
.BgClassName
{
background-color: #A9243B;
}
</style>
border-color css
<style>
span { border-color: #A9243B; }
span { border-color: rgb(169,36,59); }
td.TdClassName
{
border-color: #A9243B;
}
.TagClassName
{
border-color: #A9243B;
}
</style>