Shades of Cardinal #AC243D
Tints of Cardinal #AC243D
RGB
CMYK
RGB Variations
Color information
#AC243D (or 0xAC243D) is known color: Cardinal. HEX triplet: AC, 24 and 3D. RGB value is (172,36,61). Sum of RGB (Red+Green+Blue) = 172+36+61=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC243D is #53DBC2. Grayscale: #4F4F4F. Windows color (decimal): -5495747 or 4007084. OLE color: 4007084.
HSL color Cylindrical-coordinate representation of color #AC243D: hue angle of 348.97º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC243D is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 36 | 61 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.33 |
| HSL | 348.97º | 0.65% | 0.41% | - |
| HSV(B) | 348.97º | 0.79% | 0.67% | - |
| XYZ | 18.49 | 10.37 | 5.44 | - |
| YUV | 79.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 36 | 61 | 0 | 0.79 | 0.65 | 0.33 | 348.97 | 0.65 | 0.41 |
| Hex | AC | 24 | 3D | 0 | 4F | 41 | 21 | 15D | 41 | 29 |
| Octal | 254 | 44 | 75 | 0 | 117 | 101 | 41 | 535 | 101 | 51 |
| Binary | 10101100 | 100100 | 111101 | 0 | 1001111 | 1000001 | 100001 | 101011101 | 1000001 | 101001 |
Color Harmonies of #AC243D
Complementary color
Monochromatic Colors of #AC243D
Black with #AC243D
Text Example
Text Example
White with #AC243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC243D; }
p { color: rgb(172,36,61); }
H1.HeaderClassName
{
color: #AC243D;
}
.AnyTagClassName
{
color: #AC243D;
}
</style>
background-color css
<style>
a { background-color: #AC243D; }
a { background-color: rgb(172,36,61); }
div.DivClassName
{
background-color: #AC243D;
}
.BgClassName
{
background-color: #AC243D;
}
</style>
border-color css
<style>
span { border-color: #AC243D; }
span { border-color: rgb(172,36,61); }
td.TdClassName
{
border-color: #AC243D;
}
.TagClassName
{
border-color: #AC243D;
}
</style>