Shades of Cardinal #AB253D
Tints of Cardinal #AB253D
RGB
CMYK
RGB Variations
Color information
#AB253D (or 0xAB253D) is known color: Cardinal. HEX triplet: AB, 25 and 3D. RGB value is (171,37,61). Sum of RGB (Red+Green+Blue) = 171+37+61=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB253D is #54DAC2. Grayscale: #4F4F4F. Windows color (decimal): -5561027 or 4007339. OLE color: 4007339.
HSL color Cylindrical-coordinate representation of color #AB253D: hue angle of 349.25º 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 #AB253D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 61 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.33 |
| HSL | 349.25º | 0.64% | 0.41% | - |
| HSV(B) | 349.25º | 0.78% | 0.67% | - |
| XYZ | 18.3 | 10.32 | 5.44 | - |
| YUV | 79.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 61 | 0 | 0.78 | 0.64 | 0.33 | 349.25 | 0.64 | 0.41 |
| Hex | AB | 25 | 3D | 0 | 4E | 40 | 21 | 15D | 40 | 29 |
| Octal | 253 | 45 | 75 | 0 | 116 | 100 | 41 | 535 | 100 | 51 |
| Binary | 10101011 | 100101 | 111101 | 0 | 1001110 | 1000000 | 100001 | 101011101 | 1000000 | 101001 |
Color Harmonies of #AB253D
Complementary color
Monochromatic Colors of #AB253D
Black with #AB253D
Text Example
Text Example
White with #AB253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB253D; }
p { color: rgb(171,37,61); }
H1.HeaderClassName
{
color: #AB253D;
}
.AnyTagClassName
{
color: #AB253D;
}
</style>
background-color css
<style>
a { background-color: #AB253D; }
a { background-color: rgb(171,37,61); }
div.DivClassName
{
background-color: #AB253D;
}
.BgClassName
{
background-color: #AB253D;
}
</style>
border-color css
<style>
span { border-color: #AB253D; }
span { border-color: rgb(171,37,61); }
td.TdClassName
{
border-color: #AB253D;
}
.TagClassName
{
border-color: #AB253D;
}
</style>