Shades of Cardinal #AB2438
Tints of Cardinal #AB2438
RGB
CMYK
RGB Variations
Color information
#AB2438 (or 0xAB2438) is known color: Cardinal. HEX triplet: AB, 24 and 38. RGB value is (171,36,56). Sum of RGB (Red+Green+Blue) = 171+36+56=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2438 is #54DBC7. Grayscale: #4E4E4E. Windows color (decimal): -5561288 or 3679403. OLE color: 3679403.
HSL color Cylindrical-coordinate representation of color #AB2438: hue angle of 351.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2438 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 56 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.33 |
| HSL | 351.11º | 0.65% | 0.41% | - |
| HSV(B) | 351.11º | 0.79% | 0.67% | - |
| XYZ | 18.14 | 10.21 | 4.76 | - |
| YUV | 78.65 | 115.23 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 56 | 0 | 0.79 | 0.67 | 0.33 | 351.11 | 0.65 | 0.41 |
| Hex | AB | 24 | 38 | 0 | 4F | 43 | 21 | 15F | 41 | 29 |
| Octal | 253 | 44 | 70 | 0 | 117 | 103 | 41 | 537 | 101 | 51 |
| Binary | 10101011 | 100100 | 111000 | 0 | 1001111 | 1000011 | 100001 | 101011111 | 1000001 | 101001 |
Color Harmonies of #AB2438
Complementary color
Monochromatic Colors of #AB2438
Black with #AB2438
Text Example
Text Example
White with #AB2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2438; }
p { color: rgb(171,36,56); }
H1.HeaderClassName
{
color: #AB2438;
}
.AnyTagClassName
{
color: #AB2438;
}
</style>
background-color css
<style>
a { background-color: #AB2438; }
a { background-color: rgb(171,36,56); }
div.DivClassName
{
background-color: #AB2438;
}
.BgClassName
{
background-color: #AB2438;
}
</style>
border-color css
<style>
span { border-color: #AB2438; }
span { border-color: rgb(171,36,56); }
td.TdClassName
{
border-color: #AB2438;
}
.TagClassName
{
border-color: #AB2438;
}
</style>