Shades of Cardinal #AC223D
Tints of Cardinal #AC223D
RGB
CMYK
RGB Variations
Color information
#AC223D (or 0xAC223D) is known color: Cardinal. HEX triplet: AC, 22 and 3D. RGB value is (172,34,61). Sum of RGB (Red+Green+Blue) = 172+34+61=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC223D is #53DDC2. Grayscale: #4E4E4E. Windows color (decimal): -5496259 or 4006572. OLE color: 4006572.
HSL color Cylindrical-coordinate representation of color #AC223D: hue angle of 348.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC223D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 61 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.33 |
| HSL | 348.26º | 0.67% | 0.4% | - |
| HSV(B) | 348.26º | 0.8% | 0.67% | - |
| XYZ | 18.43 | 10.25 | 5.42 | - |
| YUV | 78.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 61 | 0 | 0.80 | 0.65 | 0.33 | 348.26 | 0.67 | 0.4 |
| Hex | AC | 22 | 3D | 0 | 50 | 41 | 21 | 15C | 43 | 28 |
| Octal | 254 | 42 | 75 | 0 | 120 | 101 | 41 | 534 | 103 | 50 |
| Binary | 10101100 | 100010 | 111101 | 0 | 1010000 | 1000001 | 100001 | 101011100 | 1000011 | 101000 |
Color Harmonies of #AC223D
Complementary color
Monochromatic Colors of #AC223D
Black with #AC223D
Text Example
Text Example
White with #AC223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC223D; }
p { color: rgb(172,34,61); }
H1.HeaderClassName
{
color: #AC223D;
}
.AnyTagClassName
{
color: #AC223D;
}
</style>
background-color css
<style>
a { background-color: #AC223D; }
a { background-color: rgb(172,34,61); }
div.DivClassName
{
background-color: #AC223D;
}
.BgClassName
{
background-color: #AC223D;
}
</style>
border-color css
<style>
span { border-color: #AC223D; }
span { border-color: rgb(172,34,61); }
td.TdClassName
{
border-color: #AC223D;
}
.TagClassName
{
border-color: #AC223D;
}
</style>