Shades of Cardinal #AC1B2B
Tints of Cardinal #AC1B2B
RGB
CMYK
RGB Variations
Color information
#AC1B2B (or 0xAC1B2B) is known color: Cardinal. HEX triplet: AC, 1B and 2B. RGB value is (172,27,43). Sum of RGB (Red+Green+Blue) = 172+27+43=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 43 (17.19% from 255 or 17.77% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1B2B is #53E4D4. Grayscale: #484848. Windows color (decimal): -5498069 or 2825132. OLE color: 2825132.
HSL color Cylindrical-coordinate representation of color #AC1B2B: hue angle of 353.38º 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 #AC1B2B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 43 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.33 |
| HSL | 353.38º | 0.73% | 0.39% | - |
| HSV(B) | 353.38º | 0.84% | 0.67% | - |
| XYZ | 17.84 | 9.73 | 3.22 | - |
| YUV | 72.18 | 111.54 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 43 | 0 | 0.84 | 0.75 | 0.33 | 353.38 | 0.73 | 0.39 |
| Hex | AC | 1B | 2B | 0 | 54 | 4B | 21 | 161 | 49 | 27 |
| Octal | 254 | 33 | 53 | 0 | 124 | 113 | 41 | 541 | 111 | 47 |
| Binary | 10101100 | 11011 | 101011 | 0 | 1010100 | 1001011 | 100001 | 101100001 | 1001001 | 100111 |
Color Harmonies of #AC1B2B
Complementary color
Monochromatic Colors of #AC1B2B
Black with #AC1B2B
Text Example
Text Example
White with #AC1B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1B2B; }
p { color: rgb(172,27,43); }
H1.HeaderClassName
{
color: #AC1B2B;
}
.AnyTagClassName
{
color: #AC1B2B;
}
</style>
background-color css
<style>
a { background-color: #AC1B2B; }
a { background-color: rgb(172,27,43); }
div.DivClassName
{
background-color: #AC1B2B;
}
.BgClassName
{
background-color: #AC1B2B;
}
</style>
border-color css
<style>
span { border-color: #AC1B2B; }
span { border-color: rgb(172,27,43); }
td.TdClassName
{
border-color: #AC1B2B;
}
.TagClassName
{
border-color: #AC1B2B;
}
</style>