Shades of Cardinal #AC1B3E
Tints of Cardinal #AC1B3E
RGB
CMYK
RGB Variations
Color information
#AC1B3E (or 0xAC1B3E) is known color: Cardinal. HEX triplet: AC, 1B and 3E. RGB value is (172,27,62). Sum of RGB (Red+Green+Blue) = 172+27+62=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B3E is #53E4C1. Grayscale: #4A4A4A. Windows color (decimal): -5498050 or 4070316. OLE color: 4070316.
HSL color Cylindrical-coordinate representation of color #AC1B3E: hue angle of 345.52º 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 #AC1B3E is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 62 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.33 |
| HSL | 345.52º | 0.73% | 0.39% | - |
| HSV(B) | 345.52º | 0.84% | 0.67% | - |
| XYZ | 18.27 | 9.9 | 5.51 | - |
| YUV | 74.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 62 | 0 | 0.84 | 0.64 | 0.33 | 345.52 | 0.73 | 0.39 |
| Hex | AC | 1B | 3E | 0 | 54 | 40 | 21 | 15A | 49 | 27 |
| Octal | 254 | 33 | 76 | 0 | 124 | 100 | 41 | 532 | 111 | 47 |
| Binary | 10101100 | 11011 | 111110 | 0 | 1010100 | 1000000 | 100001 | 101011010 | 1001001 | 100111 |
Color Harmonies of #AC1B3E
Complementary color
Monochromatic Colors of #AC1B3E
Black with #AC1B3E
Text Example
Text Example
White with #AC1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B3E; }
p { color: rgb(172,27,62); }
H1.HeaderClassName
{
color: #AC1B3E;
}
.AnyTagClassName
{
color: #AC1B3E;
}
</style>
background-color css
<style>
a { background-color: #AC1B3E; }
a { background-color: rgb(172,27,62); }
div.DivClassName
{
background-color: #AC1B3E;
}
.BgClassName
{
background-color: #AC1B3E;
}
</style>
border-color css
<style>
span { border-color: #AC1B3E; }
span { border-color: rgb(172,27,62); }
td.TdClassName
{
border-color: #AC1B3E;
}
.TagClassName
{
border-color: #AC1B3E;
}
</style>