Shades of Cardinal #AA263C
Tints of Cardinal #AA263C
RGB
CMYK
RGB Variations
Color information
#AA263C (or 0xAA263C) is known color: Cardinal. HEX triplet: AA, 26 and 3C. RGB value is (170,38,60). Sum of RGB (Red+Green+Blue) = 170+38+60=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263C is #55D9C3. Grayscale: #505050. Windows color (decimal): -5626308 or 3942058. OLE color: 3942058.
HSL color Cylindrical-coordinate representation of color #AA263C: hue angle of 350º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA263C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 38 | 60 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 350º | 0.63% | 0.41% | - |
| HSV(B) | 350º | 0.78% | 0.67% | - |
| XYZ | 18.09 | 10.26 | 5.3 | - |
| YUV | 79.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 60 | 0 | 0.78 | 0.65 | 0.33 | 350 | 0.63 | 0.41 |
| Hex | AA | 26 | 3C | 0 | 4E | 41 | 21 | 15E | 3F | 29 |
| Octal | 252 | 46 | 74 | 0 | 116 | 101 | 41 | 536 | 77 | 51 |
| Binary | 10101010 | 100110 | 111100 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 111111 | 101001 |
Color Harmonies of #AA263C
Complementary color
Monochromatic Colors of #AA263C
Black with #AA263C
Text Example
Text Example
White with #AA263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA263C; }
p { color: rgb(170,38,60); }
H1.HeaderClassName
{
color: #AA263C;
}
.AnyTagClassName
{
color: #AA263C;
}
</style>
background-color css
<style>
a { background-color: #AA263C; }
a { background-color: rgb(170,38,60); }
div.DivClassName
{
background-color: #AA263C;
}
.BgClassName
{
background-color: #AA263C;
}
</style>
border-color css
<style>
span { border-color: #AA263C; }
span { border-color: rgb(170,38,60); }
td.TdClassName
{
border-color: #AA263C;
}
.TagClassName
{
border-color: #AA263C;
}
</style>