Shades of Cardinal #AC0B3C
Tints of Cardinal #AC0B3C
RGB
CMYK
RGB Variations
Color information
#AC0B3C (or 0xAC0B3C) is known color: Cardinal. HEX triplet: AC, 0B and 3C. RGB value is (172,11,60). Sum of RGB (Red+Green+Blue) = 172+11+60=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0B3C is #53F4C3. Grayscale: #404040. Windows color (decimal): -5502148 or 3935148. OLE color: 3935148.
HSL color Cylindrical-coordinate representation of color #AC0B3C: hue angle of 341.74º 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 #AC0B3C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 60 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.33 |
| HSL | 341.74º | 0.88% | 0.36% | - |
| HSV(B) | 341.74º | 0.94% | 0.67% | - |
| XYZ | 17.95 | 9.34 | 5.13 | - |
| YUV | 64.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 60 | 0 | 0.94 | 0.65 | 0.33 | 341.74 | 0.88 | 0.36 |
| Hex | AC | B | 3C | 0 | 5E | 41 | 21 | 156 | 58 | 24 |
| Octal | 254 | 13 | 74 | 0 | 136 | 101 | 41 | 526 | 130 | 44 |
| Binary | 10101100 | 1011 | 111100 | 0 | 1011110 | 1000001 | 100001 | 101010110 | 1011000 | 100100 |
Color Harmonies of #AC0B3C
Complementary color
Monochromatic Colors of #AC0B3C
Black with #AC0B3C
Text Example
Text Example
White with #AC0B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B3C; }
p { color: rgb(172,11,60); }
H1.HeaderClassName
{
color: #AC0B3C;
}
.AnyTagClassName
{
color: #AC0B3C;
}
</style>
background-color css
<style>
a { background-color: #AC0B3C; }
a { background-color: rgb(172,11,60); }
div.DivClassName
{
background-color: #AC0B3C;
}
.BgClassName
{
background-color: #AC0B3C;
}
</style>
border-color css
<style>
span { border-color: #AC0B3C; }
span { border-color: rgb(172,11,60); }
td.TdClassName
{
border-color: #AC0B3C;
}
.TagClassName
{
border-color: #AC0B3C;
}
</style>