Shades of Cardinal #AC233A
Tints of Cardinal #AC233A
RGB
CMYK
RGB Variations
Color information
#AC233A (or 0xAC233A) is known color: Cardinal. HEX triplet: AC, 23 and 3A. RGB value is (172,35,58). Sum of RGB (Red+Green+Blue) = 172+35+58=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC233A is #53DCC5. Grayscale: #4E4E4E. Windows color (decimal): -5496006 or 3810220. OLE color: 3810220.
HSL color Cylindrical-coordinate representation of color #AC233A: hue angle of 349.93º 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 #AC233A is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 58 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.33 |
| HSL | 349.93º | 0.66% | 0.41% | - |
| HSV(B) | 349.93º | 0.8% | 0.67% | - |
| XYZ | 18.38 | 10.28 | 5.02 | - |
| YUV | 78.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 58 | 0 | 0.80 | 0.66 | 0.33 | 349.93 | 0.66 | 0.41 |
| Hex | AC | 23 | 3A | 0 | 50 | 42 | 21 | 15E | 42 | 29 |
| Octal | 254 | 43 | 72 | 0 | 120 | 102 | 41 | 536 | 102 | 51 |
| Binary | 10101100 | 100011 | 111010 | 0 | 1010000 | 1000010 | 100001 | 101011110 | 1000010 | 101001 |
Color Harmonies of #AC233A
Complementary color
Monochromatic Colors of #AC233A
Black with #AC233A
Text Example
Text Example
White with #AC233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC233A; }
p { color: rgb(172,35,58); }
H1.HeaderClassName
{
color: #AC233A;
}
.AnyTagClassName
{
color: #AC233A;
}
</style>
background-color css
<style>
a { background-color: #AC233A; }
a { background-color: rgb(172,35,58); }
div.DivClassName
{
background-color: #AC233A;
}
.BgClassName
{
background-color: #AC233A;
}
</style>
border-color css
<style>
span { border-color: #AC233A; }
span { border-color: rgb(172,35,58); }
td.TdClassName
{
border-color: #AC233A;
}
.TagClassName
{
border-color: #AC233A;
}
</style>