Shades of Cardinal #AB253C
Tints of Cardinal #AB253C
RGB
CMYK
RGB Variations
Color information
#AB253C (or 0xAB253C) is known color: Cardinal. HEX triplet: AB, 25 and 3C. RGB value is (171,37,60). Sum of RGB (Red+Green+Blue) = 171+37+60=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253C is #54DAC3. Grayscale: #4F4F4F. Windows color (decimal): -5561028 or 3941803. OLE color: 3941803.
HSL color Cylindrical-coordinate representation of color #AB253C: hue angle of 349.7º degrees, saturation: 0.64, 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 #AB253C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 60 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 349.7º | 0.64% | 0.41% | - |
| HSV(B) | 349.7º | 0.78% | 0.67% | - |
| XYZ | 18.27 | 10.31 | 5.3 | - |
| YUV | 79.69 | 116.89 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 60 | 0 | 0.78 | 0.65 | 0.33 | 349.7 | 0.64 | 0.41 |
| Hex | AB | 25 | 3C | 0 | 4E | 41 | 21 | 15E | 40 | 29 |
| Octal | 253 | 45 | 74 | 0 | 116 | 101 | 41 | 536 | 100 | 51 |
| Binary | 10101011 | 100101 | 111100 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AB253C
Complementary color
Monochromatic Colors of #AB253C
Black with #AB253C
Text Example
Text Example
White with #AB253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB253C; }
p { color: rgb(171,37,60); }
H1.HeaderClassName
{
color: #AB253C;
}
.AnyTagClassName
{
color: #AB253C;
}
</style>
background-color css
<style>
a { background-color: #AB253C; }
a { background-color: rgb(171,37,60); }
div.DivClassName
{
background-color: #AB253C;
}
.BgClassName
{
background-color: #AB253C;
}
</style>
border-color css
<style>
span { border-color: #AB253C; }
span { border-color: rgb(171,37,60); }
td.TdClassName
{
border-color: #AB253C;
}
.TagClassName
{
border-color: #AB253C;
}
</style>