Shades of Cardinal #AC0738
Tints of Cardinal #AC0738
RGB
CMYK
RGB Variations
Color information
#AC0738 (or 0xAC0738) is known color: Cardinal. HEX triplet: AC, 07 and 38. RGB value is (172,7,56). Sum of RGB (Red+Green+Blue) = 172+7+56=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0738 is #53F8C7. Grayscale: #3D3D3D. Windows color (decimal): -5503176 or 3671980. OLE color: 3671980.
HSL color Cylindrical-coordinate representation of color #AC0738: hue angle of 342.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC0738 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.33 |
| HSL | 342.18º | 0.92% | 0.35% | - |
| HSV(B) | 342.18º | 0.96% | 0.67% | - |
| XYZ | 17.8 | 9.21 | 4.58 | - |
| YUV | 61.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 56 | 0 | 0.96 | 0.67 | 0.33 | 342.18 | 0.92 | 0.35 |
| Hex | AC | 7 | 38 | 0 | 60 | 43 | 21 | 156 | 5C | 23 |
| Octal | 254 | 7 | 70 | 0 | 140 | 103 | 41 | 526 | 134 | 43 |
| Binary | 10101100 | 111 | 111000 | 0 | 1100000 | 1000011 | 100001 | 101010110 | 1011100 | 100011 |
Color Harmonies of #AC0738
Complementary color
Monochromatic Colors of #AC0738
Black with #AC0738
Text Example
Text Example
White with #AC0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0738; }
p { color: rgb(172,7,56); }
H1.HeaderClassName
{
color: #AC0738;
}
.AnyTagClassName
{
color: #AC0738;
}
</style>
background-color css
<style>
a { background-color: #AC0738; }
a { background-color: rgb(172,7,56); }
div.DivClassName
{
background-color: #AC0738;
}
.BgClassName
{
background-color: #AC0738;
}
</style>
border-color css
<style>
span { border-color: #AC0738; }
span { border-color: rgb(172,7,56); }
td.TdClassName
{
border-color: #AC0738;
}
.TagClassName
{
border-color: #AC0738;
}
</style>