Shades of Cardinal #AC233D
Tints of Cardinal #AC233D
RGB
CMYK
RGB Variations
Color information
#AC233D (or 0xAC233D) is known color: Cardinal. HEX triplet: AC, 23 and 3D. RGB value is (172,35,61). Sum of RGB (Red+Green+Blue) = 172+35+61=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC233D is #53DCC2. Grayscale: #4E4E4E. Windows color (decimal): -5496003 or 4006828. OLE color: 4006828.
HSL color Cylindrical-coordinate representation of color #AC233D: hue angle of 348.61º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC233D is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 61 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.33 |
| HSL | 348.61º | 0.66% | 0.41% | - |
| HSV(B) | 348.61º | 0.8% | 0.67% | - |
| XYZ | 18.46 | 10.31 | 5.43 | - |
| YUV | 78.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 61 | 0 | 0.80 | 0.65 | 0.33 | 348.61 | 0.66 | 0.41 |
| Hex | AC | 23 | 3D | 0 | 50 | 41 | 21 | 15D | 42 | 29 |
| Octal | 254 | 43 | 75 | 0 | 120 | 101 | 41 | 535 | 102 | 51 |
| Binary | 10101100 | 100011 | 111101 | 0 | 1010000 | 1000001 | 100001 | 101011101 | 1000010 | 101001 |
Color Harmonies of #AC233D
Complementary color
Monochromatic Colors of #AC233D
Black with #AC233D
Text Example
Text Example
White with #AC233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC233D; }
p { color: rgb(172,35,61); }
H1.HeaderClassName
{
color: #AC233D;
}
.AnyTagClassName
{
color: #AC233D;
}
</style>
background-color css
<style>
a { background-color: #AC233D; }
a { background-color: rgb(172,35,61); }
div.DivClassName
{
background-color: #AC233D;
}
.BgClassName
{
background-color: #AC233D;
}
</style>
border-color css
<style>
span { border-color: #AC233D; }
span { border-color: rgb(172,35,61); }
td.TdClassName
{
border-color: #AC233D;
}
.TagClassName
{
border-color: #AC233D;
}
</style>