Shades of Cardinal #AC0633
Tints of Cardinal #AC0633
RGB
CMYK
RGB Variations
Color information
#AC0633 (or 0xAC0633) is known color: Cardinal. HEX triplet: AC, 06 and 33. RGB value is (172,6,51). Sum of RGB (Red+Green+Blue) = 172+6+51=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0633 is #53F9CC. Grayscale: #3C3C3C. Windows color (decimal): -5503437 or 3344044. OLE color: 3344044.
HSL color Cylindrical-coordinate representation of color #AC0633: hue angle of 343.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0633 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 51 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.33 |
| HSL | 343.73º | 0.93% | 0.35% | - |
| HSV(B) | 343.73º | 0.97% | 0.67% | - |
| XYZ | 17.68 | 9.14 | 3.96 | - |
| YUV | 60.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 51 | 0 | 0.97 | 0.70 | 0.33 | 343.73 | 0.93 | 0.35 |
| Hex | AC | 6 | 33 | 0 | 61 | 46 | 21 | 158 | 5D | 23 |
| Octal | 254 | 6 | 63 | 0 | 141 | 106 | 41 | 530 | 135 | 43 |
| Binary | 10101100 | 110 | 110011 | 0 | 1100001 | 1000110 | 100001 | 101011000 | 1011101 | 100011 |
Color Harmonies of #AC0633
Complementary color
Monochromatic Colors of #AC0633
Black with #AC0633
Text Example
Text Example
White with #AC0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0633; }
p { color: rgb(172,6,51); }
H1.HeaderClassName
{
color: #AC0633;
}
.AnyTagClassName
{
color: #AC0633;
}
</style>
background-color css
<style>
a { background-color: #AC0633; }
a { background-color: rgb(172,6,51); }
div.DivClassName
{
background-color: #AC0633;
}
.BgClassName
{
background-color: #AC0633;
}
</style>
border-color css
<style>
span { border-color: #AC0633; }
span { border-color: rgb(172,6,51); }
td.TdClassName
{
border-color: #AC0633;
}
.TagClassName
{
border-color: #AC0633;
}
</style>