Shades of Cardinal #AC0735
Tints of Cardinal #AC0735
RGB
CMYK
RGB Variations
Color information
#AC0735 (or 0xAC0735) is known color: Cardinal. HEX triplet: AC, 07 and 35. RGB value is (172,7,53). Sum of RGB (Red+Green+Blue) = 172+7+53=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0735 is #53F8CA. Grayscale: #3D3D3D. Windows color (decimal): -5503179 or 3475372. OLE color: 3475372.
HSL color Cylindrical-coordinate representation of color #AC0735: hue angle of 343.27º 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 #AC0735 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 7 | 53 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.33 |
| HSL | 343.27º | 0.92% | 0.35% | - |
| HSV(B) | 343.27º | 0.96% | 0.67% | - |
| XYZ | 17.73 | 9.18 | 4.21 | - |
| YUV | 61.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 7 | 53 | 0 | 0.96 | 0.69 | 0.33 | 343.27 | 0.92 | 0.35 |
| Hex | AC | 7 | 35 | 0 | 60 | 45 | 21 | 157 | 5C | 23 |
| Octal | 254 | 7 | 65 | 0 | 140 | 105 | 41 | 527 | 134 | 43 |
| Binary | 10101100 | 111 | 110101 | 0 | 1100000 | 1000101 | 100001 | 101010111 | 1011100 | 100011 |
Color Harmonies of #AC0735
Complementary color
Monochromatic Colors of #AC0735
Black with #AC0735
Text Example
Text Example
White with #AC0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0735; }
p { color: rgb(172,7,53); }
H1.HeaderClassName
{
color: #AC0735;
}
.AnyTagClassName
{
color: #AC0735;
}
</style>
background-color css
<style>
a { background-color: #AC0735; }
a { background-color: rgb(172,7,53); }
div.DivClassName
{
background-color: #AC0735;
}
.BgClassName
{
background-color: #AC0735;
}
</style>
border-color css
<style>
span { border-color: #AC0735; }
span { border-color: rgb(172,7,53); }
td.TdClassName
{
border-color: #AC0735;
}
.TagClassName
{
border-color: #AC0735;
}
</style>