Shades of Cardinal #AE1B42
Tints of Cardinal #AE1B42
RGB
CMYK
RGB Variations
Color information
#AE1B42 (or 0xAE1B42) is known color: Cardinal. HEX triplet: AE, 1B and 42. RGB value is (174,27,66). Sum of RGB (Red+Green+Blue) = 174+27+66=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1B42 is #51E4BD. Grayscale: #4B4B4B. Windows color (decimal): -5366974 or 4332462. OLE color: 4332462.
HSL color Cylindrical-coordinate representation of color #AE1B42: hue angle of 344.08º 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 #AE1B42 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 27 | 66 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.32 |
| HSL | 344.08º | 0.73% | 0.39% | - |
| HSV(B) | 344.08º | 0.84% | 0.68% | - |
| XYZ | 18.83 | 10.18 | 6.13 | - |
| YUV | 75.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 27 | 66 | 0 | 0.84 | 0.62 | 0.32 | 344.08 | 0.73 | 0.39 |
| Hex | AE | 1B | 42 | 0 | 54 | 3E | 20 | 158 | 49 | 27 |
| Octal | 256 | 33 | 102 | 0 | 124 | 76 | 40 | 530 | 111 | 47 |
| Binary | 10101110 | 11011 | 1000010 | 0 | 1010100 | 111110 | 100000 | 101011000 | 1001001 | 100111 |
Color Harmonies of #AE1B42
Complementary color
Monochromatic Colors of #AE1B42
Black with #AE1B42
Text Example
Text Example
White with #AE1B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1B42; }
p { color: rgb(174,27,66); }
H1.HeaderClassName
{
color: #AE1B42;
}
.AnyTagClassName
{
color: #AE1B42;
}
</style>
background-color css
<style>
a { background-color: #AE1B42; }
a { background-color: rgb(174,27,66); }
div.DivClassName
{
background-color: #AE1B42;
}
.BgClassName
{
background-color: #AE1B42;
}
</style>
border-color css
<style>
span { border-color: #AE1B42; }
span { border-color: rgb(174,27,66); }
td.TdClassName
{
border-color: #AE1B42;
}
.TagClassName
{
border-color: #AE1B42;
}
</style>