Shades of Cardinal #AC1339
Tints of Cardinal #AC1339
RGB
CMYK
RGB Variations
Color information
#AC1339 (or 0xAC1339) is known color: Cardinal. HEX triplet: AC, 13 and 39. RGB value is (172,19,57). Sum of RGB (Red+Green+Blue) = 172+19+57=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1339 is #53ECC6. Grayscale: #454545. Windows color (decimal): -5500103 or 3740588. OLE color: 3740588.
HSL color Cylindrical-coordinate representation of color #AC1339: hue angle of 345.1º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC1339 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 57 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.33 |
| HSL | 345.1º | 0.8% | 0.37% | - |
| HSV(B) | 345.1º | 0.89% | 0.67% | - |
| XYZ | 17.98 | 9.53 | 4.76 | - |
| YUV | 69.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 57 | 0 | 0.89 | 0.67 | 0.33 | 345.1 | 0.8 | 0.37 |
| Hex | AC | 13 | 39 | 0 | 59 | 43 | 21 | 159 | 50 | 25 |
| Octal | 254 | 23 | 71 | 0 | 131 | 103 | 41 | 531 | 120 | 45 |
| Binary | 10101100 | 10011 | 111001 | 0 | 1011001 | 1000011 | 100001 | 101011001 | 1010000 | 100101 |
Color Harmonies of #AC1339
Complementary color
Monochromatic Colors of #AC1339
Black with #AC1339
Text Example
Text Example
White with #AC1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1339; }
p { color: rgb(172,19,57); }
H1.HeaderClassName
{
color: #AC1339;
}
.AnyTagClassName
{
color: #AC1339;
}
</style>
background-color css
<style>
a { background-color: #AC1339; }
a { background-color: rgb(172,19,57); }
div.DivClassName
{
background-color: #AC1339;
}
.BgClassName
{
background-color: #AC1339;
}
</style>
border-color css
<style>
span { border-color: #AC1339; }
span { border-color: rgb(172,19,57); }
td.TdClassName
{
border-color: #AC1339;
}
.TagClassName
{
border-color: #AC1339;
}
</style>