Shades of Cardinal #AC102F
Tints of Cardinal #AC102F
RGB
CMYK
RGB Variations
Color information
#AC102F (or 0xAC102F) is known color: Cardinal. HEX triplet: AC, 10 and 2F. RGB value is (172,16,47). Sum of RGB (Red+Green+Blue) = 172+16+47=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC102F is #53EFD0. Grayscale: #424242. Windows color (decimal): -5500881 or 3084460. OLE color: 3084460.
HSL color Cylindrical-coordinate representation of color #AC102F: hue angle of 348.08º degrees, saturation: 0.83, 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 #AC102F is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 47 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.33 |
| HSL | 348.08º | 0.83% | 0.37% | - |
| HSV(B) | 348.08º | 0.91% | 0.67% | - |
| XYZ | 17.71 | 9.35 | 3.56 | - |
| YUV | 66.18 | 117.18 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 47 | 0 | 0.91 | 0.73 | 0.33 | 348.08 | 0.83 | 0.37 |
| Hex | AC | 10 | 2F | 0 | 5B | 49 | 21 | 15C | 53 | 25 |
| Octal | 254 | 20 | 57 | 0 | 133 | 111 | 41 | 534 | 123 | 45 |
| Binary | 10101100 | 10000 | 101111 | 0 | 1011011 | 1001001 | 100001 | 101011100 | 1010011 | 100101 |
Color Harmonies of #AC102F
Complementary color
Monochromatic Colors of #AC102F
Black with #AC102F
Text Example
Text Example
White with #AC102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC102F; }
p { color: rgb(172,16,47); }
H1.HeaderClassName
{
color: #AC102F;
}
.AnyTagClassName
{
color: #AC102F;
}
</style>
background-color css
<style>
a { background-color: #AC102F; }
a { background-color: rgb(172,16,47); }
div.DivClassName
{
background-color: #AC102F;
}
.BgClassName
{
background-color: #AC102F;
}
</style>
border-color css
<style>
span { border-color: #AC102F; }
span { border-color: rgb(172,16,47); }
td.TdClassName
{
border-color: #AC102F;
}
.TagClassName
{
border-color: #AC102F;
}
</style>