Shades of Cardinal #AC0339
Tints of Cardinal #AC0339
RGB
CMYK
RGB Variations
Color information
#AC0339 (or 0xAC0339) is known color: Cardinal. HEX triplet: AC, 03 and 39. RGB value is (172,3,57). Sum of RGB (Red+Green+Blue) = 172+3+57=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0339 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0339 is #53FCC6. Grayscale: #3B3B3B. Windows color (decimal): -5504199 or 3736492. OLE color: 3736492.
HSL color Cylindrical-coordinate representation of color #AC0339: hue angle of 340.83º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC0339 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 57 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.33 |
| HSL | 340.83º | 0.97% | 0.34% | - |
| HSV(B) | 340.83º | 0.98% | 0.67% | - |
| XYZ | 17.78 | 9.13 | 4.7 | - |
| YUV | 59.69 | 126.49 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 57 | 0 | 0.98 | 0.67 | 0.33 | 340.83 | 0.97 | 0.34 |
| Hex | AC | 3 | 39 | 0 | 62 | 43 | 21 | 155 | 61 | 22 |
| Octal | 254 | 3 | 71 | 0 | 142 | 103 | 41 | 525 | 141 | 42 |
| Binary | 10101100 | 11 | 111001 | 0 | 1100010 | 1000011 | 100001 | 101010101 | 1100001 | 100010 |
Color Harmonies of #AC0339
Complementary color
Monochromatic Colors of #AC0339
Black with #AC0339
Text Example
Text Example
White with #AC0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0339; }
p { color: rgb(172,3,57); }
H1.HeaderClassName
{
color: #AC0339;
}
.AnyTagClassName
{
color: #AC0339;
}
</style>
background-color css
<style>
a { background-color: #AC0339; }
a { background-color: rgb(172,3,57); }
div.DivClassName
{
background-color: #AC0339;
}
.BgClassName
{
background-color: #AC0339;
}
</style>
border-color css
<style>
span { border-color: #AC0339; }
span { border-color: rgb(172,3,57); }
td.TdClassName
{
border-color: #AC0339;
}
.TagClassName
{
border-color: #AC0339;
}
</style>