Shades of Cardinal #AC1B3A
Tints of Cardinal #AC1B3A
RGB
CMYK
RGB Variations
Color information
#AC1B3A (or 0xAC1B3A) is known color: Cardinal. HEX triplet: AC, 1B and 3A. RGB value is (172,27,58). Sum of RGB (Red+Green+Blue) = 172+27+58=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B3A is #53E4C5. Grayscale: #494949. Windows color (decimal): -5498054 or 3808172. OLE color: 3808172.
HSL color Cylindrical-coordinate representation of color #AC1B3A: hue angle of 347.17º 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 #AC1B3A is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 58 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.33 |
| HSL | 347.17º | 0.73% | 0.39% | - |
| HSV(B) | 347.17º | 0.84% | 0.67% | - |
| XYZ | 18.17 | 9.86 | 4.95 | - |
| YUV | 73.89 | 119.04 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 58 | 0 | 0.84 | 0.66 | 0.33 | 347.17 | 0.73 | 0.39 |
| Hex | AC | 1B | 3A | 0 | 54 | 42 | 21 | 15B | 49 | 27 |
| Octal | 254 | 33 | 72 | 0 | 124 | 102 | 41 | 533 | 111 | 47 |
| Binary | 10101100 | 11011 | 111010 | 0 | 1010100 | 1000010 | 100001 | 101011011 | 1001001 | 100111 |
Color Harmonies of #AC1B3A
Complementary color
Monochromatic Colors of #AC1B3A
Black with #AC1B3A
Text Example
Text Example
White with #AC1B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B3A; }
p { color: rgb(172,27,58); }
H1.HeaderClassName
{
color: #AC1B3A;
}
.AnyTagClassName
{
color: #AC1B3A;
}
</style>
background-color css
<style>
a { background-color: #AC1B3A; }
a { background-color: rgb(172,27,58); }
div.DivClassName
{
background-color: #AC1B3A;
}
.BgClassName
{
background-color: #AC1B3A;
}
</style>
border-color css
<style>
span { border-color: #AC1B3A; }
span { border-color: rgb(172,27,58); }
td.TdClassName
{
border-color: #AC1B3A;
}
.TagClassName
{
border-color: #AC1B3A;
}
</style>