Shades of Cardinal #AC0938
Tints of Cardinal #AC0938
RGB
CMYK
RGB Variations
Color information
#AC0938 (or 0xAC0938) is known color: Cardinal. HEX triplet: AC, 09 and 38. RGB value is (172,9,56). Sum of RGB (Red+Green+Blue) = 172+9+56=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0938 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0938 is #53F6C7. Grayscale: #3F3F3F. Windows color (decimal): -5502664 or 3672492. OLE color: 3672492.
HSL color Cylindrical-coordinate representation of color #AC0938: hue angle of 342.7º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0938 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 56 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.33 |
| HSL | 342.7º | 0.9% | 0.35% | - |
| HSV(B) | 342.7º | 0.95% | 0.67% | - |
| XYZ | 17.82 | 9.25 | 4.59 | - |
| YUV | 63.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 56 | 0 | 0.95 | 0.67 | 0.33 | 342.7 | 0.9 | 0.35 |
| Hex | AC | 9 | 38 | 0 | 5F | 43 | 21 | 157 | 5A | 23 |
| Octal | 254 | 11 | 70 | 0 | 137 | 103 | 41 | 527 | 132 | 43 |
| Binary | 10101100 | 1001 | 111000 | 0 | 1011111 | 1000011 | 100001 | 101010111 | 1011010 | 100011 |
Color Harmonies of #AC0938
Complementary color
Monochromatic Colors of #AC0938
Black with #AC0938
Text Example
Text Example
White with #AC0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0938; }
p { color: rgb(172,9,56); }
H1.HeaderClassName
{
color: #AC0938;
}
.AnyTagClassName
{
color: #AC0938;
}
</style>
background-color css
<style>
a { background-color: #AC0938; }
a { background-color: rgb(172,9,56); }
div.DivClassName
{
background-color: #AC0938;
}
.BgClassName
{
background-color: #AC0938;
}
</style>
border-color css
<style>
span { border-color: #AC0938; }
span { border-color: rgb(172,9,56); }
td.TdClassName
{
border-color: #AC0938;
}
.TagClassName
{
border-color: #AC0938;
}
</style>