Shades of Cardinal #AC263E
Tints of Cardinal #AC263E
RGB
CMYK
RGB Variations
Color information
#AC263E (or 0xAC263E) is known color: Cardinal. HEX triplet: AC, 26 and 3E. RGB value is (172,38,62). Sum of RGB (Red+Green+Blue) = 172+38+62=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC263E is #53D9C1. Grayscale: #505050. Windows color (decimal): -5495234 or 4073132. OLE color: 4073132.
HSL color Cylindrical-coordinate representation of color #AC263E: hue angle of 349.25º 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 #AC263E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 62 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.33 |
| HSL | 349.25º | 0.64% | 0.41% | - |
| HSV(B) | 349.25º | 0.78% | 0.67% | - |
| XYZ | 18.58 | 10.5 | 5.61 | - |
| YUV | 80.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 62 | 0 | 0.78 | 0.64 | 0.33 | 349.25 | 0.64 | 0.41 |
| Hex | AC | 26 | 3E | 0 | 4E | 40 | 21 | 15D | 40 | 29 |
| Octal | 254 | 46 | 76 | 0 | 116 | 100 | 41 | 535 | 100 | 51 |
| Binary | 10101100 | 100110 | 111110 | 0 | 1001110 | 1000000 | 100001 | 101011101 | 1000000 | 101001 |
Color Harmonies of #AC263E
Complementary color
Monochromatic Colors of #AC263E
Black with #AC263E
Text Example
Text Example
White with #AC263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC263E; }
p { color: rgb(172,38,62); }
H1.HeaderClassName
{
color: #AC263E;
}
.AnyTagClassName
{
color: #AC263E;
}
</style>
background-color css
<style>
a { background-color: #AC263E; }
a { background-color: rgb(172,38,62); }
div.DivClassName
{
background-color: #AC263E;
}
.BgClassName
{
background-color: #AC263E;
}
</style>
border-color css
<style>
span { border-color: #AC263E; }
span { border-color: rgb(172,38,62); }
td.TdClassName
{
border-color: #AC263E;
}
.TagClassName
{
border-color: #AC263E;
}
</style>