Shades of Cardinal #AC182F
Tints of Cardinal #AC182F
RGB
CMYK
RGB Variations
Color information
#AC182F (or 0xAC182F) is known color: Cardinal. HEX triplet: AC, 18 and 2F. RGB value is (172,24,47). Sum of RGB (Red+Green+Blue) = 172+24+47=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC182F is #53E7D0. Grayscale: #464646. Windows color (decimal): -5498833 or 3086508. OLE color: 3086508.
HSL color Cylindrical-coordinate representation of color #AC182F: hue angle of 350.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC182F is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 47 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.33 |
| HSL | 350.68º | 0.76% | 0.38% | - |
| HSV(B) | 350.68º | 0.86% | 0.67% | - |
| XYZ | 17.85 | 9.63 | 3.61 | - |
| YUV | 70.87 | 114.53 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 47 | 0 | 0.86 | 0.73 | 0.33 | 350.68 | 0.76 | 0.38 |
| Hex | AC | 18 | 2F | 0 | 56 | 49 | 21 | 15F | 4C | 26 |
| Octal | 254 | 30 | 57 | 0 | 126 | 111 | 41 | 537 | 114 | 46 |
| Binary | 10101100 | 11000 | 101111 | 0 | 1010110 | 1001001 | 100001 | 101011111 | 1001100 | 100110 |
Color Harmonies of #AC182F
Complementary color
Monochromatic Colors of #AC182F
Black with #AC182F
Text Example
Text Example
White with #AC182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC182F; }
p { color: rgb(172,24,47); }
H1.HeaderClassName
{
color: #AC182F;
}
.AnyTagClassName
{
color: #AC182F;
}
</style>
background-color css
<style>
a { background-color: #AC182F; }
a { background-color: rgb(172,24,47); }
div.DivClassName
{
background-color: #AC182F;
}
.BgClassName
{
background-color: #AC182F;
}
</style>
border-color css
<style>
span { border-color: #AC182F; }
span { border-color: rgb(172,24,47); }
td.TdClassName
{
border-color: #AC182F;
}
.TagClassName
{
border-color: #AC182F;
}
</style>