Shades of Cardinal #AC233C
Tints of Cardinal #AC233C
RGB
CMYK
RGB Variations
Color information
#AC233C (or 0xAC233C) is known color: Cardinal. HEX triplet: AC, 23 and 3C. RGB value is (172,35,60). Sum of RGB (Red+Green+Blue) = 172+35+60=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC233C is #53DCC3. Grayscale: #4E4E4E. Windows color (decimal): -5496004 or 3941292. OLE color: 3941292.
HSL color Cylindrical-coordinate representation of color #AC233C: hue angle of 349.05º 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 #AC233C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 60 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.33 |
| HSL | 349.05º | 0.66% | 0.41% | - |
| HSV(B) | 349.05º | 0.8% | 0.67% | - |
| XYZ | 18.43 | 10.3 | 5.29 | - |
| YUV | 78.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 60 | 0 | 0.80 | 0.65 | 0.33 | 349.05 | 0.66 | 0.41 |
| Hex | AC | 23 | 3C | 0 | 50 | 41 | 21 | 15D | 42 | 29 |
| Octal | 254 | 43 | 74 | 0 | 120 | 101 | 41 | 535 | 102 | 51 |
| Binary | 10101100 | 100011 | 111100 | 0 | 1010000 | 1000001 | 100001 | 101011101 | 1000010 | 101001 |
Color Harmonies of #AC233C
Complementary color
Monochromatic Colors of #AC233C
Black with #AC233C
Text Example
Text Example
White with #AC233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC233C; }
p { color: rgb(172,35,60); }
H1.HeaderClassName
{
color: #AC233C;
}
.AnyTagClassName
{
color: #AC233C;
}
</style>
background-color css
<style>
a { background-color: #AC233C; }
a { background-color: rgb(172,35,60); }
div.DivClassName
{
background-color: #AC233C;
}
.BgClassName
{
background-color: #AC233C;
}
</style>
border-color css
<style>
span { border-color: #AC233C; }
span { border-color: rgb(172,35,60); }
td.TdClassName
{
border-color: #AC233C;
}
.TagClassName
{
border-color: #AC233C;
}
</style>