Shades of Cardinal #AC0F3B
Tints of Cardinal #AC0F3B
RGB
CMYK
RGB Variations
Color information
#AC0F3B (or 0xAC0F3B) is known color: Cardinal. HEX triplet: AC, 0F and 3B. RGB value is (172,15,59). Sum of RGB (Red+Green+Blue) = 172+15+59=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F3B is #53F0C4. Grayscale: #424242. Windows color (decimal): -5501125 or 3870636. OLE color: 3870636.
HSL color Cylindrical-coordinate representation of color #AC0F3B: hue angle of 343.18º 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 #AC0F3B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 59 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.33 |
| HSL | 343.18º | 0.84% | 0.37% | - |
| HSV(B) | 343.18º | 0.91% | 0.67% | - |
| XYZ | 17.97 | 9.43 | 5.01 | - |
| YUV | 66.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 59 | 0 | 0.91 | 0.66 | 0.33 | 343.18 | 0.84 | 0.37 |
| Hex | AC | F | 3B | 0 | 5B | 42 | 21 | 157 | 54 | 25 |
| Octal | 254 | 17 | 73 | 0 | 133 | 102 | 41 | 527 | 124 | 45 |
| Binary | 10101100 | 1111 | 111011 | 0 | 1011011 | 1000010 | 100001 | 101010111 | 1010100 | 100101 |
Color Harmonies of #AC0F3B
Complementary color
Monochromatic Colors of #AC0F3B
Black with #AC0F3B
Text Example
Text Example
White with #AC0F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F3B; }
p { color: rgb(172,15,59); }
H1.HeaderClassName
{
color: #AC0F3B;
}
.AnyTagClassName
{
color: #AC0F3B;
}
</style>
background-color css
<style>
a { background-color: #AC0F3B; }
a { background-color: rgb(172,15,59); }
div.DivClassName
{
background-color: #AC0F3B;
}
.BgClassName
{
background-color: #AC0F3B;
}
</style>
border-color css
<style>
span { border-color: #AC0F3B; }
span { border-color: rgb(172,15,59); }
td.TdClassName
{
border-color: #AC0F3B;
}
.TagClassName
{
border-color: #AC0F3B;
}
</style>