Shades of Cardinal #AC083B
Tints of Cardinal #AC083B
RGB
CMYK
RGB Variations
Color information
#AC083B (or 0xAC083B) is known color: Cardinal. HEX triplet: AC, 08 and 3B. RGB value is (172,8,59). Sum of RGB (Red+Green+Blue) = 172+8+59=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC083B is #53F7C4. Grayscale: #3E3E3E. Windows color (decimal): -5502917 or 3868844. OLE color: 3868844.
HSL color Cylindrical-coordinate representation of color #AC083B: hue angle of 341.34º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC083B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 59 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.33 |
| HSL | 341.34º | 0.91% | 0.35% | - |
| HSV(B) | 341.34º | 0.95% | 0.67% | - |
| XYZ | 17.89 | 9.26 | 4.98 | - |
| YUV | 62.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 59 | 0 | 0.95 | 0.66 | 0.33 | 341.34 | 0.91 | 0.35 |
| Hex | AC | 8 | 3B | 0 | 5F | 42 | 21 | 155 | 5B | 23 |
| Octal | 254 | 10 | 73 | 0 | 137 | 102 | 41 | 525 | 133 | 43 |
| Binary | 10101100 | 1000 | 111011 | 0 | 1011111 | 1000010 | 100001 | 101010101 | 1011011 | 100011 |
Color Harmonies of #AC083B
Complementary color
Monochromatic Colors of #AC083B
Black with #AC083B
Text Example
Text Example
White with #AC083B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC083B; }
p { color: rgb(172,8,59); }
H1.HeaderClassName
{
color: #AC083B;
}
.AnyTagClassName
{
color: #AC083B;
}
</style>
background-color css
<style>
a { background-color: #AC083B; }
a { background-color: rgb(172,8,59); }
div.DivClassName
{
background-color: #AC083B;
}
.BgClassName
{
background-color: #AC083B;
}
</style>
border-color css
<style>
span { border-color: #AC083B; }
span { border-color: rgb(172,8,59); }
td.TdClassName
{
border-color: #AC083B;
}
.TagClassName
{
border-color: #AC083B;
}
</style>