Shades of Cardinal #AC1737
Tints of Cardinal #AC1737
RGB
CMYK
RGB Variations
Color information
#AC1737 (or 0xAC1737) is known color: Cardinal. HEX triplet: AC, 17 and 37. RGB value is (172,23,55). Sum of RGB (Red+Green+Blue) = 172+23+55=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1737 is #53E8C8. Grayscale: #474747. Windows color (decimal): -5499081 or 3610540. OLE color: 3610540.
HSL color Cylindrical-coordinate representation of color #AC1737: hue angle of 347.11º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1737 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 55 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.33 |
| HSL | 347.11º | 0.76% | 0.38% | - |
| HSV(B) | 347.11º | 0.87% | 0.67% | - |
| XYZ | 18.01 | 9.66 | 4.53 | - |
| YUV | 71.2 | 118.86 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 55 | 0 | 0.87 | 0.68 | 0.33 | 347.11 | 0.76 | 0.38 |
| Hex | AC | 17 | 37 | 0 | 57 | 44 | 21 | 15B | 4C | 26 |
| Octal | 254 | 27 | 67 | 0 | 127 | 104 | 41 | 533 | 114 | 46 |
| Binary | 10101100 | 10111 | 110111 | 0 | 1010111 | 1000100 | 100001 | 101011011 | 1001100 | 100110 |
Color Harmonies of #AC1737
Complementary color
Monochromatic Colors of #AC1737
Black with #AC1737
Text Example
Text Example
White with #AC1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1737; }
p { color: rgb(172,23,55); }
H1.HeaderClassName
{
color: #AC1737;
}
.AnyTagClassName
{
color: #AC1737;
}
</style>
background-color css
<style>
a { background-color: #AC1737; }
a { background-color: rgb(172,23,55); }
div.DivClassName
{
background-color: #AC1737;
}
.BgClassName
{
background-color: #AC1737;
}
</style>
border-color css
<style>
span { border-color: #AC1737; }
span { border-color: rgb(172,23,55); }
td.TdClassName
{
border-color: #AC1737;
}
.TagClassName
{
border-color: #AC1737;
}
</style>