Shades of Cardinal #AC0638
Tints of Cardinal #AC0638
RGB
CMYK
RGB Variations
Color information
#AC0638 (or 0xAC0638) is known color: Cardinal. HEX triplet: AC, 06 and 38. RGB value is (172,6,56). Sum of RGB (Red+Green+Blue) = 172+6+56=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0638 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0638 is #53F9C7. Grayscale: #3D3D3D. Windows color (decimal): -5503432 or 3671724. OLE color: 3671724.
HSL color Cylindrical-coordinate representation of color #AC0638: hue angle of 341.93º 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 #AC0638 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 6 | 56 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.33 |
| HSL | 341.93º | 0.93% | 0.35% | - |
| HSV(B) | 341.93º | 0.97% | 0.67% | - |
| XYZ | 17.79 | 9.19 | 4.58 | - |
| YUV | 61.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 56 | 0 | 0.97 | 0.67 | 0.33 | 341.93 | 0.93 | 0.35 |
| Hex | AC | 6 | 38 | 0 | 61 | 43 | 21 | 156 | 5D | 23 |
| Octal | 254 | 6 | 70 | 0 | 141 | 103 | 41 | 526 | 135 | 43 |
| Binary | 10101100 | 110 | 111000 | 0 | 1100001 | 1000011 | 100001 | 101010110 | 1011101 | 100011 |
Color Harmonies of #AC0638
Complementary color
Monochromatic Colors of #AC0638
Black with #AC0638
Text Example
Text Example
White with #AC0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0638; }
p { color: rgb(172,6,56); }
H1.HeaderClassName
{
color: #AC0638;
}
.AnyTagClassName
{
color: #AC0638;
}
</style>
background-color css
<style>
a { background-color: #AC0638; }
a { background-color: rgb(172,6,56); }
div.DivClassName
{
background-color: #AC0638;
}
.BgClassName
{
background-color: #AC0638;
}
</style>
border-color css
<style>
span { border-color: #AC0638; }
span { border-color: rgb(172,6,56); }
td.TdClassName
{
border-color: #AC0638;
}
.TagClassName
{
border-color: #AC0638;
}
</style>