Shades of Cardinal #AC0B3F
Tints of Cardinal #AC0B3F
RGB
CMYK
RGB Variations
Color information
#AC0B3F (or 0xAC0B3F) is known color: Cardinal. HEX triplet: AC, 0B and 3F. RGB value is (172,11,63). Sum of RGB (Red+Green+Blue) = 172+11+63=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B3F is #53F4C0. Grayscale: #414141. Windows color (decimal): -5502145 or 4131756. OLE color: 4131756.
HSL color Cylindrical-coordinate representation of color #AC0B3F: hue angle of 340.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B3F is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 63 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.33 |
| HSL | 340.62º | 0.88% | 0.36% | - |
| HSV(B) | 340.62º | 0.94% | 0.67% | - |
| XYZ | 18.03 | 9.37 | 5.56 | - |
| YUV | 65.07 | 126.84 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 63 | 0 | 0.94 | 0.63 | 0.33 | 340.62 | 0.88 | 0.36 |
| Hex | AC | B | 3F | 0 | 5E | 3F | 21 | 155 | 58 | 24 |
| Octal | 254 | 13 | 77 | 0 | 136 | 77 | 41 | 525 | 130 | 44 |
| Binary | 10101100 | 1011 | 111111 | 0 | 1011110 | 111111 | 100001 | 101010101 | 1011000 | 100100 |
Color Harmonies of #AC0B3F
Complementary color
Monochromatic Colors of #AC0B3F
Black with #AC0B3F
Text Example
Text Example
White with #AC0B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B3F; }
p { color: rgb(172,11,63); }
H1.HeaderClassName
{
color: #AC0B3F;
}
.AnyTagClassName
{
color: #AC0B3F;
}
</style>
background-color css
<style>
a { background-color: #AC0B3F; }
a { background-color: rgb(172,11,63); }
div.DivClassName
{
background-color: #AC0B3F;
}
.BgClassName
{
background-color: #AC0B3F;
}
</style>
border-color css
<style>
span { border-color: #AC0B3F; }
span { border-color: rgb(172,11,63); }
td.TdClassName
{
border-color: #AC0B3F;
}
.TagClassName
{
border-color: #AC0B3F;
}
</style>