Shades of Cardinal #AC263A
Tints of Cardinal #AC263A
RGB
CMYK
RGB Variations
Color information
#AC263A (or 0xAC263A) is known color: Cardinal. HEX triplet: AC, 26 and 3A. RGB value is (172,38,58). Sum of RGB (Red+Green+Blue) = 172+38+58=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC263A is #53D9C5. Grayscale: #505050. Windows color (decimal): -5495238 or 3810988. OLE color: 3810988.
HSL color Cylindrical-coordinate representation of color #AC263A: hue angle of 351.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC263A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 58 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.33 |
| HSL | 351.04º | 0.64% | 0.41% | - |
| HSV(B) | 351.04º | 0.78% | 0.67% | - |
| XYZ | 18.47 | 10.46 | 5.05 | - |
| YUV | 80.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 58 | 0 | 0.78 | 0.66 | 0.33 | 351.04 | 0.64 | 0.41 |
| Hex | AC | 26 | 3A | 0 | 4E | 42 | 21 | 15F | 40 | 29 |
| Octal | 254 | 46 | 72 | 0 | 116 | 102 | 41 | 537 | 100 | 51 |
| Binary | 10101100 | 100110 | 111010 | 0 | 1001110 | 1000010 | 100001 | 101011111 | 1000000 | 101001 |
Color Harmonies of #AC263A
Complementary color
Monochromatic Colors of #AC263A
Black with #AC263A
Text Example
Text Example
White with #AC263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC263A; }
p { color: rgb(172,38,58); }
H1.HeaderClassName
{
color: #AC263A;
}
.AnyTagClassName
{
color: #AC263A;
}
</style>
background-color css
<style>
a { background-color: #AC263A; }
a { background-color: rgb(172,38,58); }
div.DivClassName
{
background-color: #AC263A;
}
.BgClassName
{
background-color: #AC263A;
}
</style>
border-color css
<style>
span { border-color: #AC263A; }
span { border-color: rgb(172,38,58); }
td.TdClassName
{
border-color: #AC263A;
}
.TagClassName
{
border-color: #AC263A;
}
</style>