Shades of Cardinal #AC223E
Tints of Cardinal #AC223E
RGB
CMYK
RGB Variations
Color information
#AC223E (or 0xAC223E) is known color: Cardinal. HEX triplet: AC, 22 and 3E. RGB value is (172,34,62). Sum of RGB (Red+Green+Blue) = 172+34+62=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC223E is #53DDC1. Grayscale: #4E4E4E. Windows color (decimal): -5496258 or 4072108. OLE color: 4072108.
HSL color Cylindrical-coordinate representation of color #AC223E: hue angle of 347.83º 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 #AC223E is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 62 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.33 |
| HSL | 347.83º | 0.67% | 0.4% | - |
| HSV(B) | 347.83º | 0.8% | 0.67% | - |
| XYZ | 18.45 | 10.26 | 5.57 | - |
| YUV | 78.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 62 | 0 | 0.80 | 0.64 | 0.33 | 347.83 | 0.67 | 0.4 |
| Hex | AC | 22 | 3E | 0 | 50 | 40 | 21 | 15C | 43 | 28 |
| Octal | 254 | 42 | 76 | 0 | 120 | 100 | 41 | 534 | 103 | 50 |
| Binary | 10101100 | 100010 | 111110 | 0 | 1010000 | 1000000 | 100001 | 101011100 | 1000011 | 101000 |
Color Harmonies of #AC223E
Complementary color
Monochromatic Colors of #AC223E
Black with #AC223E
Text Example
Text Example
White with #AC223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC223E; }
p { color: rgb(172,34,62); }
H1.HeaderClassName
{
color: #AC223E;
}
.AnyTagClassName
{
color: #AC223E;
}
</style>
background-color css
<style>
a { background-color: #AC223E; }
a { background-color: rgb(172,34,62); }
div.DivClassName
{
background-color: #AC223E;
}
.BgClassName
{
background-color: #AC223E;
}
</style>
border-color css
<style>
span { border-color: #AC223E; }
span { border-color: rgb(172,34,62); }
td.TdClassName
{
border-color: #AC223E;
}
.TagClassName
{
border-color: #AC223E;
}
</style>