Shades of Cardinal #AC083A
Tints of Cardinal #AC083A
RGB
CMYK
RGB Variations
Color information
#AC083A (or 0xAC083A) is known color: Cardinal. HEX triplet: AC, 08 and 3A. RGB value is (172,8,58). Sum of RGB (Red+Green+Blue) = 172+8+58=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC083A is #53F7C5. Grayscale: #3E3E3E. Windows color (decimal): -5502918 or 3803308. OLE color: 3803308.
HSL color Cylindrical-coordinate representation of color #AC083A: hue angle of 341.71º 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 #AC083A is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 58 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.33 |
| HSL | 341.71º | 0.91% | 0.35% | - |
| HSV(B) | 341.71º | 0.95% | 0.67% | - |
| XYZ | 17.86 | 9.25 | 4.85 | - |
| YUV | 62.74 | 125.33 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 58 | 0 | 0.95 | 0.66 | 0.33 | 341.71 | 0.91 | 0.35 |
| Hex | AC | 8 | 3A | 0 | 5F | 42 | 21 | 156 | 5B | 23 |
| Octal | 254 | 10 | 72 | 0 | 137 | 102 | 41 | 526 | 133 | 43 |
| Binary | 10101100 | 1000 | 111010 | 0 | 1011111 | 1000010 | 100001 | 101010110 | 1011011 | 100011 |
Color Harmonies of #AC083A
Complementary color
Monochromatic Colors of #AC083A
Black with #AC083A
Text Example
Text Example
White with #AC083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC083A; }
p { color: rgb(172,8,58); }
H1.HeaderClassName
{
color: #AC083A;
}
.AnyTagClassName
{
color: #AC083A;
}
</style>
background-color css
<style>
a { background-color: #AC083A; }
a { background-color: rgb(172,8,58); }
div.DivClassName
{
background-color: #AC083A;
}
.BgClassName
{
background-color: #AC083A;
}
</style>
border-color css
<style>
span { border-color: #AC083A; }
span { border-color: rgb(172,8,58); }
td.TdClassName
{
border-color: #AC083A;
}
.TagClassName
{
border-color: #AC083A;
}
</style>