Shades of Cardinal #AB253A
Tints of Cardinal #AB253A
RGB
CMYK
RGB Variations
Color information
#AB253A (or 0xAB253A) is known color: Cardinal. HEX triplet: AB, 25 and 3A. RGB value is (171,37,58). Sum of RGB (Red+Green+Blue) = 171+37+58=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253A is #54DAC5. Grayscale: #4F4F4F. Windows color (decimal): -5561030 or 3810731. OLE color: 3810731.
HSL color Cylindrical-coordinate representation of color #AB253A: hue angle of 350.6º 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 #AB253A is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 58 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.33 |
| HSL | 350.6º | 0.64% | 0.41% | - |
| HSV(B) | 350.6º | 0.78% | 0.67% | - |
| XYZ | 18.22 | 10.29 | 5.03 | - |
| YUV | 79.46 | 115.89 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 58 | 0 | 0.78 | 0.66 | 0.33 | 350.6 | 0.64 | 0.41 |
| Hex | AB | 25 | 3A | 0 | 4E | 42 | 21 | 15F | 40 | 29 |
| Octal | 253 | 45 | 72 | 0 | 116 | 102 | 41 | 537 | 100 | 51 |
| Binary | 10101011 | 100101 | 111010 | 0 | 1001110 | 1000010 | 100001 | 101011111 | 1000000 | 101001 |
Color Harmonies of #AB253A
Complementary color
Monochromatic Colors of #AB253A
Black with #AB253A
Text Example
Text Example
White with #AB253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB253A; }
p { color: rgb(171,37,58); }
H1.HeaderClassName
{
color: #AB253A;
}
.AnyTagClassName
{
color: #AB253A;
}
</style>
background-color css
<style>
a { background-color: #AB253A; }
a { background-color: rgb(171,37,58); }
div.DivClassName
{
background-color: #AB253A;
}
.BgClassName
{
background-color: #AB253A;
}
</style>
border-color css
<style>
span { border-color: #AB253A; }
span { border-color: rgb(171,37,58); }
td.TdClassName
{
border-color: #AB253A;
}
.TagClassName
{
border-color: #AB253A;
}
</style>