Shades of Cardinal #AC0930
Tints of Cardinal #AC0930
RGB
CMYK
RGB Variations
Color information
#AC0930 (or 0xAC0930) is known color: Cardinal. HEX triplet: AC, 09 and 30. RGB value is (172,9,48). Sum of RGB (Red+Green+Blue) = 172+9+48=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0930 is #53F6CF. Grayscale: #3E3E3E. Windows color (decimal): -5502672 or 3148204. OLE color: 3148204.
HSL color Cylindrical-coordinate representation of color #AC0930: hue angle of 345.64º 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 #AC0930 is Cyan = 0, Magento = 0.95, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 9 | 48 | - |
| CMYK | 0 | 0.95 | 0.72 | 0.33 |
| HSL | 345.64º | 0.9% | 0.35% | - |
| HSV(B) | 345.64º | 0.95% | 0.67% | - |
| XYZ | 17.64 | 9.18 | 3.64 | - |
| YUV | 62.18 | 120 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 9 | 48 | 0 | 0.95 | 0.72 | 0.33 | 345.64 | 0.9 | 0.35 |
| Hex | AC | 9 | 30 | 0 | 5F | 48 | 21 | 15A | 5A | 23 |
| Octal | 254 | 11 | 60 | 0 | 137 | 110 | 41 | 532 | 132 | 43 |
| Binary | 10101100 | 1001 | 110000 | 0 | 1011111 | 1001000 | 100001 | 101011010 | 1011010 | 100011 |
Color Harmonies of #AC0930
Complementary color
Monochromatic Colors of #AC0930
Black with #AC0930
Text Example
Text Example
White with #AC0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0930; }
p { color: rgb(172,9,48); }
H1.HeaderClassName
{
color: #AC0930;
}
.AnyTagClassName
{
color: #AC0930;
}
</style>
background-color css
<style>
a { background-color: #AC0930; }
a { background-color: rgb(172,9,48); }
div.DivClassName
{
background-color: #AC0930;
}
.BgClassName
{
background-color: #AC0930;
}
</style>
border-color css
<style>
span { border-color: #AC0930; }
span { border-color: rgb(172,9,48); }
td.TdClassName
{
border-color: #AC0930;
}
.TagClassName
{
border-color: #AC0930;
}
</style>