Shades of Cardinal #AB253B
Tints of Cardinal #AB253B
RGB
CMYK
RGB Variations
Color information
#AB253B (or 0xAB253B) is known color: Cardinal. HEX triplet: AB, 25 and 3B. RGB value is (171,37,59). Sum of RGB (Red+Green+Blue) = 171+37+59=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253B is #54DAC4. Grayscale: #4F4F4F. Windows color (decimal): -5561029 or 3876267. OLE color: 3876267.
HSL color Cylindrical-coordinate representation of color #AB253B: hue angle of 350.15º 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 #AB253B is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 59 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 350.15º | 0.64% | 0.41% | - |
| HSV(B) | 350.15º | 0.78% | 0.67% | - |
| XYZ | 18.25 | 10.3 | 5.16 | - |
| YUV | 79.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 59 | 0 | 0.78 | 0.65 | 0.33 | 350.15 | 0.64 | 0.41 |
| Hex | AB | 25 | 3B | 0 | 4E | 41 | 21 | 15E | 40 | 29 |
| Octal | 253 | 45 | 73 | 0 | 116 | 101 | 41 | 536 | 100 | 51 |
| Binary | 10101011 | 100101 | 111011 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AB253B
Complementary color
Monochromatic Colors of #AB253B
Black with #AB253B
Text Example
Text Example
White with #AB253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB253B; }
p { color: rgb(171,37,59); }
H1.HeaderClassName
{
color: #AB253B;
}
.AnyTagClassName
{
color: #AB253B;
}
</style>
background-color css
<style>
a { background-color: #AB253B; }
a { background-color: rgb(171,37,59); }
div.DivClassName
{
background-color: #AB253B;
}
.BgClassName
{
background-color: #AB253B;
}
</style>
border-color css
<style>
span { border-color: #AB253B; }
span { border-color: rgb(171,37,59); }
td.TdClassName
{
border-color: #AB253B;
}
.TagClassName
{
border-color: #AB253B;
}
</style>