Shades of Cardinal #AC0F32
Tints of Cardinal #AC0F32
RGB
CMYK
RGB Variations
Color information
#AC0F32 (or 0xAC0F32) is known color: Cardinal. HEX triplet: AC, 0F and 32. RGB value is (172,15,50). Sum of RGB (Red+Green+Blue) = 172+15+50=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F32 is #53F0CD. Grayscale: #414141. Windows color (decimal): -5501134 or 3280812. OLE color: 3280812.
HSL color Cylindrical-coordinate representation of color #AC0F32: hue angle of 346.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F32 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 50 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.33 |
| HSL | 346.62º | 0.84% | 0.37% | - |
| HSV(B) | 346.62º | 0.91% | 0.67% | - |
| XYZ | 17.76 | 9.34 | 3.88 | - |
| YUV | 65.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 50 | 0 | 0.91 | 0.71 | 0.33 | 346.62 | 0.84 | 0.37 |
| Hex | AC | F | 32 | 0 | 5B | 47 | 21 | 15B | 54 | 25 |
| Octal | 254 | 17 | 62 | 0 | 133 | 107 | 41 | 533 | 124 | 45 |
| Binary | 10101100 | 1111 | 110010 | 0 | 1011011 | 1000111 | 100001 | 101011011 | 1010100 | 100101 |
Color Harmonies of #AC0F32
Complementary color
Monochromatic Colors of #AC0F32
Black with #AC0F32
Text Example
Text Example
White with #AC0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F32; }
p { color: rgb(172,15,50); }
H1.HeaderClassName
{
color: #AC0F32;
}
.AnyTagClassName
{
color: #AC0F32;
}
</style>
background-color css
<style>
a { background-color: #AC0F32; }
a { background-color: rgb(172,15,50); }
div.DivClassName
{
background-color: #AC0F32;
}
.BgClassName
{
background-color: #AC0F32;
}
</style>
border-color css
<style>
span { border-color: #AC0F32; }
span { border-color: rgb(172,15,50); }
td.TdClassName
{
border-color: #AC0F32;
}
.TagClassName
{
border-color: #AC0F32;
}
</style>