Shades of Cardinal #A9243D
Tints of Cardinal #A9243D
RGB
CMYK
RGB Variations
Color information
#A9243D (or 0xA9243D) is known color: Cardinal. HEX triplet: A9, 24 and 3D. RGB value is (169,36,61). Sum of RGB (Red+Green+Blue) = 169+36+61=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A9243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9243D is #56DBC2. Grayscale: #4E4E4E. Windows color (decimal): -5692355 or 4007081. OLE color: 4007081.
HSL color Cylindrical-coordinate representation of color #A9243D: hue angle of 348.72º 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 #A9243D is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 36 | 61 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.34 |
| HSL | 348.72º | 0.65% | 0.4% | - |
| HSV(B) | 348.72º | 0.79% | 0.66% | - |
| XYZ | 17.84 | 10.03 | 5.41 | - |
| YUV | 78.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 36 | 61 | 0 | 0.79 | 0.64 | 0.34 | 348.72 | 0.65 | 0.4 |
| Hex | A9 | 24 | 3D | 0 | 4F | 40 | 22 | 15D | 41 | 28 |
| Octal | 251 | 44 | 75 | 0 | 117 | 100 | 42 | 535 | 101 | 50 |
| Binary | 10101001 | 100100 | 111101 | 0 | 1001111 | 1000000 | 100010 | 101011101 | 1000001 | 101000 |
Color Harmonies of #A9243D
Complementary color
Monochromatic Colors of #A9243D
Black with #A9243D
Text Example
Text Example
White with #A9243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9243D; }
p { color: rgb(169,36,61); }
H1.HeaderClassName
{
color: #A9243D;
}
.AnyTagClassName
{
color: #A9243D;
}
</style>
background-color css
<style>
a { background-color: #A9243D; }
a { background-color: rgb(169,36,61); }
div.DivClassName
{
background-color: #A9243D;
}
.BgClassName
{
background-color: #A9243D;
}
</style>
border-color css
<style>
span { border-color: #A9243D; }
span { border-color: rgb(169,36,61); }
td.TdClassName
{
border-color: #A9243D;
}
.TagClassName
{
border-color: #A9243D;
}
</style>