Shades of Cardinal #AC1C2D
Tints of Cardinal #AC1C2D
RGB
CMYK
RGB Variations
Color information
#AC1C2D (or 0xAC1C2D) is known color: Cardinal. HEX triplet: AC, 1C and 2D. RGB value is (172,28,45). Sum of RGB (Red+Green+Blue) = 172+28+45=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1C2D is #53E3D2. Grayscale: #494949. Windows color (decimal): -5497811 or 2956460. OLE color: 2956460.
HSL color Cylindrical-coordinate representation of color #AC1C2D: hue angle of 352.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C2D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 45 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.33 |
| HSL | 352.92º | 0.72% | 0.39% | - |
| HSV(B) | 352.92º | 0.84% | 0.67% | - |
| XYZ | 17.9 | 9.79 | 3.43 | - |
| YUV | 72.99 | 112.21 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 45 | 0 | 0.84 | 0.74 | 0.33 | 352.92 | 0.72 | 0.39 |
| Hex | AC | 1C | 2D | 0 | 54 | 4A | 21 | 161 | 48 | 27 |
| Octal | 254 | 34 | 55 | 0 | 124 | 112 | 41 | 541 | 110 | 47 |
| Binary | 10101100 | 11100 | 101101 | 0 | 1010100 | 1001010 | 100001 | 101100001 | 1001000 | 100111 |
Color Harmonies of #AC1C2D
Complementary color
Monochromatic Colors of #AC1C2D
Black with #AC1C2D
Text Example
Text Example
White with #AC1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1C2D; }
p { color: rgb(172,28,45); }
H1.HeaderClassName
{
color: #AC1C2D;
}
.AnyTagClassName
{
color: #AC1C2D;
}
</style>
background-color css
<style>
a { background-color: #AC1C2D; }
a { background-color: rgb(172,28,45); }
div.DivClassName
{
background-color: #AC1C2D;
}
.BgClassName
{
background-color: #AC1C2D;
}
</style>
border-color css
<style>
span { border-color: #AC1C2D; }
span { border-color: rgb(172,28,45); }
td.TdClassName
{
border-color: #AC1C2D;
}
.TagClassName
{
border-color: #AC1C2D;
}
</style>