Shades of Cardinal #AC283B
Tints of Cardinal #AC283B
RGB
CMYK
RGB Variations
Color information
#AC283B (or 0xAC283B) is known color: Cardinal. HEX triplet: AC, 28 and 3B. RGB value is (172,40,59). Sum of RGB (Red+Green+Blue) = 172+40+59=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC283B is #53D7C4. Grayscale: #515151. Windows color (decimal): -5494725 or 3877036. OLE color: 3877036.
HSL color Cylindrical-coordinate representation of color #AC283B: hue angle of 351.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC283B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 59 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.33 |
| HSL | 351.36º | 0.62% | 0.42% | - |
| HSV(B) | 351.36º | 0.77% | 0.67% | - |
| XYZ | 18.56 | 10.6 | 5.21 | - |
| YUV | 81.63 | 115.23 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 59 | 0 | 0.77 | 0.66 | 0.33 | 351.36 | 0.62 | 0.42 |
| Hex | AC | 28 | 3B | 0 | 4D | 42 | 21 | 15F | 3E | 2A |
| Octal | 254 | 50 | 73 | 0 | 115 | 102 | 41 | 537 | 76 | 52 |
| Binary | 10101100 | 101000 | 111011 | 0 | 1001101 | 1000010 | 100001 | 101011111 | 111110 | 101010 |
Color Harmonies of #AC283B
Complementary color
Monochromatic Colors of #AC283B
Black with #AC283B
Text Example
Text Example
White with #AC283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC283B; }
p { color: rgb(172,40,59); }
H1.HeaderClassName
{
color: #AC283B;
}
.AnyTagClassName
{
color: #AC283B;
}
</style>
background-color css
<style>
a { background-color: #AC283B; }
a { background-color: rgb(172,40,59); }
div.DivClassName
{
background-color: #AC283B;
}
.BgClassName
{
background-color: #AC283B;
}
</style>
border-color css
<style>
span { border-color: #AC283B; }
span { border-color: rgb(172,40,59); }
td.TdClassName
{
border-color: #AC283B;
}
.TagClassName
{
border-color: #AC283B;
}
</style>