Shades of Cardinal #AC1430
Tints of Cardinal #AC1430
RGB
CMYK
RGB Variations
Color information
#AC1430 (or 0xAC1430) is known color: Cardinal. HEX triplet: AC, 14 and 30. RGB value is (172,20,48). Sum of RGB (Red+Green+Blue) = 172+20+48=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1430 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1430 is #53EBCF. Grayscale: #444444. Windows color (decimal): -5499856 or 3151020. OLE color: 3151020.
HSL color Cylindrical-coordinate representation of color #AC1430: hue angle of 348.95º degrees, saturation: 0.79, 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 #AC1430 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 48 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.33 |
| HSL | 348.95º | 0.79% | 0.38% | - |
| HSV(B) | 348.95º | 0.88% | 0.67% | - |
| XYZ | 17.8 | 9.48 | 3.69 | - |
| YUV | 68.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 48 | 0 | 0.88 | 0.72 | 0.33 | 348.95 | 0.79 | 0.38 |
| Hex | AC | 14 | 30 | 0 | 58 | 48 | 21 | 15D | 4F | 26 |
| Octal | 254 | 24 | 60 | 0 | 130 | 110 | 41 | 535 | 117 | 46 |
| Binary | 10101100 | 10100 | 110000 | 0 | 1011000 | 1001000 | 100001 | 101011101 | 1001111 | 100110 |
Color Harmonies of #AC1430
Complementary color
Monochromatic Colors of #AC1430
Black with #AC1430
Text Example
Text Example
White with #AC1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1430; }
p { color: rgb(172,20,48); }
H1.HeaderClassName
{
color: #AC1430;
}
.AnyTagClassName
{
color: #AC1430;
}
</style>
background-color css
<style>
a { background-color: #AC1430; }
a { background-color: rgb(172,20,48); }
div.DivClassName
{
background-color: #AC1430;
}
.BgClassName
{
background-color: #AC1430;
}
</style>
border-color css
<style>
span { border-color: #AC1430; }
span { border-color: rgb(172,20,48); }
td.TdClassName
{
border-color: #AC1430;
}
.TagClassName
{
border-color: #AC1430;
}
</style>