Shades of Cardinal #AC093D
Tints of Cardinal #AC093D
RGB
CMYK
RGB Variations
Color information
#AC093D (or 0xAC093D) is known color: Cardinal. HEX triplet: AC, 09 and 3D. RGB value is (172,9,61). Sum of RGB (Red+Green+Blue) = 172+9+61=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC093D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC093D is #53F6C2. Grayscale: #3F3F3F. Windows color (decimal): -5502659 or 4000172. OLE color: 4000172.
HSL color Cylindrical-coordinate representation of color #AC093D: hue angle of 340.86º 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 #AC093D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 61 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.33 |
| HSL | 340.86º | 0.9% | 0.35% | - |
| HSV(B) | 340.86º | 0.95% | 0.67% | - |
| XYZ | 17.95 | 9.3 | 5.26 | - |
| YUV | 63.67 | 126.5 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 61 | 0 | 0.95 | 0.65 | 0.33 | 340.86 | 0.9 | 0.35 |
| Hex | AC | 9 | 3D | 0 | 5F | 41 | 21 | 155 | 5A | 23 |
| Octal | 254 | 11 | 75 | 0 | 137 | 101 | 41 | 525 | 132 | 43 |
| Binary | 10101100 | 1001 | 111101 | 0 | 1011111 | 1000001 | 100001 | 101010101 | 1011010 | 100011 |
Color Harmonies of #AC093D
Complementary color
Monochromatic Colors of #AC093D
Black with #AC093D
Text Example
Text Example
White with #AC093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC093D; }
p { color: rgb(172,9,61); }
H1.HeaderClassName
{
color: #AC093D;
}
.AnyTagClassName
{
color: #AC093D;
}
</style>
background-color css
<style>
a { background-color: #AC093D; }
a { background-color: rgb(172,9,61); }
div.DivClassName
{
background-color: #AC093D;
}
.BgClassName
{
background-color: #AC093D;
}
</style>
border-color css
<style>
span { border-color: #AC093D; }
span { border-color: rgb(172,9,61); }
td.TdClassName
{
border-color: #AC093D;
}
.TagClassName
{
border-color: #AC093D;
}
</style>