Shades of Cardinal #AE1B36
Tints of Cardinal #AE1B36
RGB
CMYK
RGB Variations
Color information
#AE1B36 (or 0xAE1B36) is known color: Cardinal. HEX triplet: AE, 1B and 36. RGB value is (174,27,54). Sum of RGB (Red+Green+Blue) = 174+27+54=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B36 is #51E4C9. Grayscale: #4A4A4A. Windows color (decimal): -5366986 or 3546030. OLE color: 3546030.
HSL color Cylindrical-coordinate representation of color #AE1B36: hue angle of 348.98º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1B36 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 54 | - |
| CMYK | 0 | 0.84 | 0.69 | 0.32 |
| HSL | 348.98º | 0.73% | 0.39% | - |
| HSV(B) | 348.98º | 0.84% | 0.68% | - |
| XYZ | 18.51 | 10.05 | 4.45 | - |
| YUV | 74.03 | 116.7 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 54 | 0 | 0.84 | 0.69 | 0.32 | 348.98 | 0.73 | 0.39 |
| Hex | AE | 1B | 36 | 0 | 54 | 45 | 20 | 15D | 49 | 27 |
| Octal | 256 | 33 | 66 | 0 | 124 | 105 | 40 | 535 | 111 | 47 |
| Binary | 10101110 | 11011 | 110110 | 0 | 1010100 | 1000101 | 100000 | 101011101 | 1001001 | 100111 |
Color Harmonies of #AE1B36
Complementary color
Monochromatic Colors of #AE1B36
Black with #AE1B36
Text Example
Text Example
White with #AE1B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1B36; }
p { color: rgb(174,27,54); }
H1.HeaderClassName
{
color: #AE1B36;
}
.AnyTagClassName
{
color: #AE1B36;
}
</style>
background-color css
<style>
a { background-color: #AE1B36; }
a { background-color: rgb(174,27,54); }
div.DivClassName
{
background-color: #AE1B36;
}
.BgClassName
{
background-color: #AE1B36;
}
</style>
border-color css
<style>
span { border-color: #AE1B36; }
span { border-color: rgb(174,27,54); }
td.TdClassName
{
border-color: #AE1B36;
}
.TagClassName
{
border-color: #AE1B36;
}
</style>