Shades of Cardinal #AB1B30
Tints of Cardinal #AB1B30
RGB
CMYK
RGB Variations
Color information
#AB1B30 (or 0xAB1B30) is known color: Cardinal. HEX triplet: AB, 1B and 30. RGB value is (171,27,48). Sum of RGB (Red+Green+Blue) = 171+27+48=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1B30 is #54E4CF. Grayscale: #484848. Windows color (decimal): -5563600 or 3152811. OLE color: 3152811.
HSL color Cylindrical-coordinate representation of color #AB1B30: hue angle of 351.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B30 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 48 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.33 |
| HSL | 351.25º | 0.73% | 0.39% | - |
| HSV(B) | 351.25º | 0.84% | 0.67% | - |
| XYZ | 17.72 | 9.66 | 3.73 | - |
| YUV | 72.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 48 | 0 | 0.84 | 0.72 | 0.33 | 351.25 | 0.73 | 0.39 |
| Hex | AB | 1B | 30 | 0 | 54 | 48 | 21 | 15F | 49 | 27 |
| Octal | 253 | 33 | 60 | 0 | 124 | 110 | 41 | 537 | 111 | 47 |
| Binary | 10101011 | 11011 | 110000 | 0 | 1010100 | 1001000 | 100001 | 101011111 | 1001001 | 100111 |
Color Harmonies of #AB1B30
Complementary color
Monochromatic Colors of #AB1B30
Black with #AB1B30
Text Example
Text Example
White with #AB1B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B30; }
p { color: rgb(171,27,48); }
H1.HeaderClassName
{
color: #AB1B30;
}
.AnyTagClassName
{
color: #AB1B30;
}
</style>
background-color css
<style>
a { background-color: #AB1B30; }
a { background-color: rgb(171,27,48); }
div.DivClassName
{
background-color: #AB1B30;
}
.BgClassName
{
background-color: #AB1B30;
}
</style>
border-color css
<style>
span { border-color: #AB1B30; }
span { border-color: rgb(171,27,48); }
td.TdClassName
{
border-color: #AB1B30;
}
.TagClassName
{
border-color: #AB1B30;
}
</style>