Shades of Cardinal #AE263D
Tints of Cardinal #AE263D
RGB
CMYK
RGB Variations
Color information
#AE263D (or 0xAE263D) is known color: Cardinal. HEX triplet: AE, 26 and 3D. RGB value is (174,38,61). Sum of RGB (Red+Green+Blue) = 174+38+61=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE263D is #51D9C2. Grayscale: #515151. Windows color (decimal): -5364163 or 4007598. OLE color: 4007598.
HSL color Cylindrical-coordinate representation of color #AE263D: hue angle of 349.85º 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 #AE263D is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 38 | 61 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.32 |
| HSL | 349.85º | 0.64% | 0.42% | - |
| HSV(B) | 349.85º | 0.78% | 0.68% | - |
| XYZ | 18.99 | 10.72 | 5.48 | - |
| YUV | 81.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 38 | 61 | 0 | 0.78 | 0.65 | 0.32 | 349.85 | 0.64 | 0.42 |
| Hex | AE | 26 | 3D | 0 | 4E | 41 | 20 | 15E | 40 | 2A |
| Octal | 256 | 46 | 75 | 0 | 116 | 101 | 40 | 536 | 100 | 52 |
| Binary | 10101110 | 100110 | 111101 | 0 | 1001110 | 1000001 | 100000 | 101011110 | 1000000 | 101010 |
Color Harmonies of #AE263D
Complementary color
Monochromatic Colors of #AE263D
Black with #AE263D
Text Example
Text Example
White with #AE263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE263D; }
p { color: rgb(174,38,61); }
H1.HeaderClassName
{
color: #AE263D;
}
.AnyTagClassName
{
color: #AE263D;
}
</style>
background-color css
<style>
a { background-color: #AE263D; }
a { background-color: rgb(174,38,61); }
div.DivClassName
{
background-color: #AE263D;
}
.BgClassName
{
background-color: #AE263D;
}
</style>
border-color css
<style>
span { border-color: #AE263D; }
span { border-color: rgb(174,38,61); }
td.TdClassName
{
border-color: #AE263D;
}
.TagClassName
{
border-color: #AE263D;
}
</style>