Shades of Cardinal #AC093E
Tints of Cardinal #AC093E
RGB
CMYK
RGB Variations
Color information
#AC093E (or 0xAC093E) is known color: Cardinal. HEX triplet: AC, 09 and 3E. RGB value is (172,9,62). Sum of RGB (Red+Green+Blue) = 172+9+62=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC093E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC093E is #53F6C1. Grayscale: #3F3F3F. Windows color (decimal): -5502658 or 4065708. OLE color: 4065708.
HSL color Cylindrical-coordinate representation of color #AC093E: hue angle of 340.49º 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 #AC093E is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 62 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.33 |
| HSL | 340.49º | 0.9% | 0.35% | - |
| HSV(B) | 340.49º | 0.95% | 0.67% | - |
| XYZ | 17.98 | 9.31 | 5.41 | - |
| YUV | 63.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 62 | 0 | 0.95 | 0.64 | 0.33 | 340.49 | 0.9 | 0.35 |
| Hex | AC | 9 | 3E | 0 | 5F | 40 | 21 | 154 | 5A | 23 |
| Octal | 254 | 11 | 76 | 0 | 137 | 100 | 41 | 524 | 132 | 43 |
| Binary | 10101100 | 1001 | 111110 | 0 | 1011111 | 1000000 | 100001 | 101010100 | 1011010 | 100011 |
Color Harmonies of #AC093E
Complementary color
Monochromatic Colors of #AC093E
Black with #AC093E
Text Example
Text Example
White with #AC093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC093E; }
p { color: rgb(172,9,62); }
H1.HeaderClassName
{
color: #AC093E;
}
.AnyTagClassName
{
color: #AC093E;
}
</style>
background-color css
<style>
a { background-color: #AC093E; }
a { background-color: rgb(172,9,62); }
div.DivClassName
{
background-color: #AC093E;
}
.BgClassName
{
background-color: #AC093E;
}
</style>
border-color css
<style>
span { border-color: #AC093E; }
span { border-color: rgb(172,9,62); }
td.TdClassName
{
border-color: #AC093E;
}
.TagClassName
{
border-color: #AC093E;
}
</style>