Shades of Cardinal #AC152F
Tints of Cardinal #AC152F
RGB
CMYK
RGB Variations
Color information
#AC152F (or 0xAC152F) is known color: Cardinal. HEX triplet: AC, 15 and 2F. RGB value is (172,21,47). Sum of RGB (Red+Green+Blue) = 172+21+47=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC152F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC152F is #53EAD0. Grayscale: #454545. Windows color (decimal): -5499601 or 3085740. OLE color: 3085740.
HSL color Cylindrical-coordinate representation of color #AC152F: hue angle of 349.67º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC152F is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 21 | 47 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.33 |
| HSL | 349.67º | 0.78% | 0.38% | - |
| HSV(B) | 349.67º | 0.88% | 0.67% | - |
| XYZ | 17.79 | 9.51 | 3.59 | - |
| YUV | 69.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 21 | 47 | 0 | 0.88 | 0.73 | 0.33 | 349.67 | 0.78 | 0.38 |
| Hex | AC | 15 | 2F | 0 | 58 | 49 | 21 | 15E | 4E | 26 |
| Octal | 254 | 25 | 57 | 0 | 130 | 111 | 41 | 536 | 116 | 46 |
| Binary | 10101100 | 10101 | 101111 | 0 | 1011000 | 1001001 | 100001 | 101011110 | 1001110 | 100110 |
Color Harmonies of #AC152F
Complementary color
Monochromatic Colors of #AC152F
Black with #AC152F
Text Example
Text Example
White with #AC152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC152F; }
p { color: rgb(172,21,47); }
H1.HeaderClassName
{
color: #AC152F;
}
.AnyTagClassName
{
color: #AC152F;
}
</style>
background-color css
<style>
a { background-color: #AC152F; }
a { background-color: rgb(172,21,47); }
div.DivClassName
{
background-color: #AC152F;
}
.BgClassName
{
background-color: #AC152F;
}
</style>
border-color css
<style>
span { border-color: #AC152F; }
span { border-color: rgb(172,21,47); }
td.TdClassName
{
border-color: #AC152F;
}
.TagClassName
{
border-color: #AC152F;
}
</style>