Shades of Cardinal #AC1B2C
Tints of Cardinal #AC1B2C
RGB
CMYK
RGB Variations
Color information
#AC1B2C (or 0xAC1B2C) is known color: Cardinal. HEX triplet: AC, 1B and 2C. RGB value is (172,27,44). Sum of RGB (Red+Green+Blue) = 172+27+44=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B2C is #53E4D3. Grayscale: #484848. Windows color (decimal): -5498068 or 2890668. OLE color: 2890668.
HSL color Cylindrical-coordinate representation of color #AC1B2C: hue angle of 352.97º degrees, saturation: 0.73, 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 #AC1B2C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 44 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.33 |
| HSL | 352.97º | 0.73% | 0.39% | - |
| HSV(B) | 352.97º | 0.84% | 0.67% | - |
| XYZ | 17.86 | 9.74 | 3.32 | - |
| YUV | 72.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 44 | 0 | 0.84 | 0.74 | 0.33 | 352.97 | 0.73 | 0.39 |
| Hex | AC | 1B | 2C | 0 | 54 | 4A | 21 | 161 | 49 | 27 |
| Octal | 254 | 33 | 54 | 0 | 124 | 112 | 41 | 541 | 111 | 47 |
| Binary | 10101100 | 11011 | 101100 | 0 | 1010100 | 1001010 | 100001 | 101100001 | 1001001 | 100111 |
Color Harmonies of #AC1B2C
Complementary color
Monochromatic Colors of #AC1B2C
Black with #AC1B2C
Text Example
Text Example
White with #AC1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B2C; }
p { color: rgb(172,27,44); }
H1.HeaderClassName
{
color: #AC1B2C;
}
.AnyTagClassName
{
color: #AC1B2C;
}
</style>
background-color css
<style>
a { background-color: #AC1B2C; }
a { background-color: rgb(172,27,44); }
div.DivClassName
{
background-color: #AC1B2C;
}
.BgClassName
{
background-color: #AC1B2C;
}
</style>
border-color css
<style>
span { border-color: #AC1B2C; }
span { border-color: rgb(172,27,44); }
td.TdClassName
{
border-color: #AC1B2C;
}
.TagClassName
{
border-color: #AC1B2C;
}
</style>