Shades of Cardinal #AC0F2B
Tints of Cardinal #AC0F2B
RGB
CMYK
RGB Variations
Color information
#AC0F2B (or 0xAC0F2B) is known color: Cardinal. HEX triplet: AC, 0F and 2B. RGB value is (172,15,43). Sum of RGB (Red+Green+Blue) = 172+15+43=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 15 (6.25% from 255 or 6.52% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F2B is #53F0D4. Grayscale: #414141. Windows color (decimal): -5501141 or 2822060. OLE color: 2822060.
HSL color Cylindrical-coordinate representation of color #AC0F2B: hue angle of 349.3º 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 #AC0F2B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 43 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.33 |
| HSL | 349.3º | 0.84% | 0.37% | - |
| HSV(B) | 349.3º | 0.91% | 0.67% | - |
| XYZ | 17.62 | 9.29 | 3.15 | - |
| YUV | 65.14 | 115.51 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 43 | 0 | 0.91 | 0.75 | 0.33 | 349.3 | 0.84 | 0.37 |
| Hex | AC | F | 2B | 0 | 5B | 4B | 21 | 15D | 54 | 25 |
| Octal | 254 | 17 | 53 | 0 | 133 | 113 | 41 | 535 | 124 | 45 |
| Binary | 10101100 | 1111 | 101011 | 0 | 1011011 | 1001011 | 100001 | 101011101 | 1010100 | 100101 |
Color Harmonies of #AC0F2B
Complementary color
Monochromatic Colors of #AC0F2B
Black with #AC0F2B
Text Example
Text Example
White with #AC0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F2B; }
p { color: rgb(172,15,43); }
H1.HeaderClassName
{
color: #AC0F2B;
}
.AnyTagClassName
{
color: #AC0F2B;
}
</style>
background-color css
<style>
a { background-color: #AC0F2B; }
a { background-color: rgb(172,15,43); }
div.DivClassName
{
background-color: #AC0F2B;
}
.BgClassName
{
background-color: #AC0F2B;
}
</style>
border-color css
<style>
span { border-color: #AC0F2B; }
span { border-color: rgb(172,15,43); }
td.TdClassName
{
border-color: #AC0F2B;
}
.TagClassName
{
border-color: #AC0F2B;
}
</style>