Shades of Cardinal #AE2633
Tints of Cardinal #AE2633
RGB
CMYK
RGB Variations
Color information
#AE2633 (or 0xAE2633) is known color: Cardinal. HEX triplet: AE, 26 and 33. RGB value is (174,38,51). Sum of RGB (Red+Green+Blue) = 174+38+51=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2633 is #51D9CC. Grayscale: #505050. Windows color (decimal): -5364173 or 3352238. OLE color: 3352238.
HSL color Cylindrical-coordinate representation of color #AE2633: hue angle of 354.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE2633 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 51 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.32 |
| HSL | 354.26º | 0.64% | 0.42% | - |
| HSV(B) | 354.26º | 0.78% | 0.68% | - |
| XYZ | 18.75 | 10.62 | 4.19 | - |
| YUV | 80.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 51 | 0 | 0.78 | 0.71 | 0.32 | 354.26 | 0.64 | 0.42 |
| Hex | AE | 26 | 33 | 0 | 4E | 47 | 20 | 162 | 40 | 2A |
| Octal | 256 | 46 | 63 | 0 | 116 | 107 | 40 | 542 | 100 | 52 |
| Binary | 10101110 | 100110 | 110011 | 0 | 1001110 | 1000111 | 100000 | 101100010 | 1000000 | 101010 |
Color Harmonies of #AE2633
Complementary color
Monochromatic Colors of #AE2633
Black with #AE2633
Text Example
Text Example
White with #AE2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2633; }
p { color: rgb(174,38,51); }
H1.HeaderClassName
{
color: #AE2633;
}
.AnyTagClassName
{
color: #AE2633;
}
</style>
background-color css
<style>
a { background-color: #AE2633; }
a { background-color: rgb(174,38,51); }
div.DivClassName
{
background-color: #AE2633;
}
.BgClassName
{
background-color: #AE2633;
}
</style>
border-color css
<style>
span { border-color: #AE2633; }
span { border-color: rgb(174,38,51); }
td.TdClassName
{
border-color: #AE2633;
}
.TagClassName
{
border-color: #AE2633;
}
</style>