Shades of Cardinal #AC0F30
Tints of Cardinal #AC0F30
RGB
CMYK
RGB Variations
Color information
#AC0F30 (or 0xAC0F30) is known color: Cardinal. HEX triplet: AC, 0F and 30. RGB value is (172,15,48). Sum of RGB (Red+Green+Blue) = 172+15+48=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0F30 is #53F0CF. Grayscale: #414141. Windows color (decimal): -5501136 or 3149740. OLE color: 3149740.
HSL color Cylindrical-coordinate representation of color #AC0F30: hue angle of 347.39º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F30 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 48 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.33 |
| HSL | 347.39º | 0.84% | 0.37% | - |
| HSV(B) | 347.39º | 0.91% | 0.67% | - |
| XYZ | 17.72 | 9.33 | 3.66 | - |
| YUV | 65.71 | 118.01 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 48 | 0 | 0.91 | 0.72 | 0.33 | 347.39 | 0.84 | 0.37 |
| Hex | AC | F | 30 | 0 | 5B | 48 | 21 | 15B | 54 | 25 |
| Octal | 254 | 17 | 60 | 0 | 133 | 110 | 41 | 533 | 124 | 45 |
| Binary | 10101100 | 1111 | 110000 | 0 | 1011011 | 1001000 | 100001 | 101011011 | 1010100 | 100101 |
Color Harmonies of #AC0F30
Complementary color
Monochromatic Colors of #AC0F30
Black with #AC0F30
Text Example
Text Example
White with #AC0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F30; }
p { color: rgb(172,15,48); }
H1.HeaderClassName
{
color: #AC0F30;
}
.AnyTagClassName
{
color: #AC0F30;
}
</style>
background-color css
<style>
a { background-color: #AC0F30; }
a { background-color: rgb(172,15,48); }
div.DivClassName
{
background-color: #AC0F30;
}
.BgClassName
{
background-color: #AC0F30;
}
</style>
border-color css
<style>
span { border-color: #AC0F30; }
span { border-color: rgb(172,15,48); }
td.TdClassName
{
border-color: #AC0F30;
}
.TagClassName
{
border-color: #AC0F30;
}
</style>