Shades of Cardinal #AE2430
Tints of Cardinal #AE2430
RGB
CMYK
RGB Variations
Color information
#AE2430 (or 0xAE2430) is known color: Cardinal. HEX triplet: AE, 24 and 30. RGB value is (174,36,48). Sum of RGB (Red+Green+Blue) = 174+36+48=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2430 is #51DBCF. Grayscale: #4E4E4E. Windows color (decimal): -5364688 or 3155118. OLE color: 3155118.
HSL color Cylindrical-coordinate representation of color #AE2430: hue angle of 354.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2430 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 48 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.32 |
| HSL | 354.78º | 0.66% | 0.41% | - |
| HSV(B) | 354.78º | 0.79% | 0.68% | - |
| XYZ | 18.62 | 10.47 | 3.84 | - |
| YUV | 78.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 48 | 0 | 0.79 | 0.72 | 0.32 | 354.78 | 0.66 | 0.41 |
| Hex | AE | 24 | 30 | 0 | 4F | 48 | 20 | 163 | 42 | 29 |
| Octal | 256 | 44 | 60 | 0 | 117 | 110 | 40 | 543 | 102 | 51 |
| Binary | 10101110 | 100100 | 110000 | 0 | 1001111 | 1001000 | 100000 | 101100011 | 1000010 | 101001 |
Color Harmonies of #AE2430
Complementary color
Monochromatic Colors of #AE2430
Black with #AE2430
Text Example
Text Example
White with #AE2430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2430; }
p { color: rgb(174,36,48); }
H1.HeaderClassName
{
color: #AE2430;
}
.AnyTagClassName
{
color: #AE2430;
}
</style>
background-color css
<style>
a { background-color: #AE2430; }
a { background-color: rgb(174,36,48); }
div.DivClassName
{
background-color: #AE2430;
}
.BgClassName
{
background-color: #AE2430;
}
</style>
border-color css
<style>
span { border-color: #AE2430; }
span { border-color: rgb(174,36,48); }
td.TdClassName
{
border-color: #AE2430;
}
.TagClassName
{
border-color: #AE2430;
}
</style>