Shades of Cardinal #AE103D
Tints of Cardinal #AE103D
RGB
CMYK
RGB Variations
Color information
#AE103D (or 0xAE103D) is known color: Cardinal. HEX triplet: AE, 10 and 3D. RGB value is (174,16,61). Sum of RGB (Red+Green+Blue) = 174+16+61=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE103D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE103D is #51EFC2. Grayscale: #444444. Windows color (decimal): -5369795 or 4001966. OLE color: 4001966.
HSL color Cylindrical-coordinate representation of color #AE103D: hue angle of 342.91º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE103D is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 61 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.32 |
| HSL | 342.91º | 0.83% | 0.37% | - |
| HSV(B) | 342.91º | 0.91% | 0.68% | - |
| XYZ | 18.48 | 9.71 | 5.31 | - |
| YUV | 68.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 61 | 0 | 0.91 | 0.65 | 0.32 | 342.91 | 0.83 | 0.37 |
| Hex | AE | 10 | 3D | 0 | 5B | 41 | 20 | 157 | 53 | 25 |
| Octal | 256 | 20 | 75 | 0 | 133 | 101 | 40 | 527 | 123 | 45 |
| Binary | 10101110 | 10000 | 111101 | 0 | 1011011 | 1000001 | 100000 | 101010111 | 1010011 | 100101 |
Color Harmonies of #AE103D
Complementary color
Monochromatic Colors of #AE103D
Black with #AE103D
Text Example
Text Example
White with #AE103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE103D; }
p { color: rgb(174,16,61); }
H1.HeaderClassName
{
color: #AE103D;
}
.AnyTagClassName
{
color: #AE103D;
}
</style>
background-color css
<style>
a { background-color: #AE103D; }
a { background-color: rgb(174,16,61); }
div.DivClassName
{
background-color: #AE103D;
}
.BgClassName
{
background-color: #AE103D;
}
</style>
border-color css
<style>
span { border-color: #AE103D; }
span { border-color: rgb(174,16,61); }
td.TdClassName
{
border-color: #AE103D;
}
.TagClassName
{
border-color: #AE103D;
}
</style>