Shades of Cardinal #AC1037
Tints of Cardinal #AC1037
RGB
CMYK
RGB Variations
Color information
#AC1037 (or 0xAC1037) is known color: Cardinal. HEX triplet: AC, 10 and 37. RGB value is (172,16,55). Sum of RGB (Red+Green+Blue) = 172+16+55=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 55 (21.88% from 255 or 22.63% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1037 is #53EFC8. Grayscale: #434343. Windows color (decimal): -5500873 or 3608748. OLE color: 3608748.
HSL color Cylindrical-coordinate representation of color #AC1037: hue angle of 345º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC1037 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 55 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.33 |
| HSL | 345º | 0.83% | 0.37% | - |
| HSV(B) | 345º | 0.91% | 0.67% | - |
| XYZ | 17.89 | 9.42 | 4.49 | - |
| YUV | 67.09 | 121.18 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 55 | 0 | 0.91 | 0.68 | 0.33 | 345 | 0.83 | 0.37 |
| Hex | AC | 10 | 37 | 0 | 5B | 44 | 21 | 159 | 53 | 25 |
| Octal | 254 | 20 | 67 | 0 | 133 | 104 | 41 | 531 | 123 | 45 |
| Binary | 10101100 | 10000 | 110111 | 0 | 1011011 | 1000100 | 100001 | 101011001 | 1010011 | 100101 |
Color Harmonies of #AC1037
Complementary color
Monochromatic Colors of #AC1037
Black with #AC1037
Text Example
Text Example
White with #AC1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1037; }
p { color: rgb(172,16,55); }
H1.HeaderClassName
{
color: #AC1037;
}
.AnyTagClassName
{
color: #AC1037;
}
</style>
background-color css
<style>
a { background-color: #AC1037; }
a { background-color: rgb(172,16,55); }
div.DivClassName
{
background-color: #AC1037;
}
.BgClassName
{
background-color: #AC1037;
}
</style>
border-color css
<style>
span { border-color: #AC1037; }
span { border-color: rgb(172,16,55); }
td.TdClassName
{
border-color: #AC1037;
}
.TagClassName
{
border-color: #AC1037;
}
</style>