Shades of Cardinal #AC1C30
Tints of Cardinal #AC1C30
RGB
CMYK
RGB Variations
Color information
#AC1C30 (or 0xAC1C30) is known color: Cardinal. HEX triplet: AC, 1C and 30. RGB value is (172,28,48). Sum of RGB (Red+Green+Blue) = 172+28+48=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C30 is #53E3CF. Grayscale: #494949. Windows color (decimal): -5497808 or 3153068. OLE color: 3153068.
HSL color Cylindrical-coordinate representation of color #AC1C30: hue angle of 351.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C30 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 48 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.33 |
| HSL | 351.67º | 0.72% | 0.39% | - |
| HSV(B) | 351.67º | 0.84% | 0.67% | - |
| XYZ | 17.96 | 9.81 | 3.74 | - |
| YUV | 73.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 48 | 0 | 0.84 | 0.72 | 0.33 | 351.67 | 0.72 | 0.39 |
| Hex | AC | 1C | 30 | 0 | 54 | 48 | 21 | 160 | 48 | 27 |
| Octal | 254 | 34 | 60 | 0 | 124 | 110 | 41 | 540 | 110 | 47 |
| Binary | 10101100 | 11100 | 110000 | 0 | 1010100 | 1001000 | 100001 | 101100000 | 1001000 | 100111 |
Color Harmonies of #AC1C30
Complementary color
Monochromatic Colors of #AC1C30
Black with #AC1C30
Text Example
Text Example
White with #AC1C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C30; }
p { color: rgb(172,28,48); }
H1.HeaderClassName
{
color: #AC1C30;
}
.AnyTagClassName
{
color: #AC1C30;
}
</style>
background-color css
<style>
a { background-color: #AC1C30; }
a { background-color: rgb(172,28,48); }
div.DivClassName
{
background-color: #AC1C30;
}
.BgClassName
{
background-color: #AC1C30;
}
</style>
border-color css
<style>
span { border-color: #AC1C30; }
span { border-color: rgb(172,28,48); }
td.TdClassName
{
border-color: #AC1C30;
}
.TagClassName
{
border-color: #AC1C30;
}
</style>