Shades of Cardinal #AB283C
Tints of Cardinal #AB283C
RGB
CMYK
RGB Variations
Color information
#AB283C (or 0xAB283C) is known color: Cardinal. HEX triplet: AB, 28 and 3C. RGB value is (171,40,60). Sum of RGB (Red+Green+Blue) = 171+40+60=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB283C is #54D7C3. Grayscale: #515151. Windows color (decimal): -5560260 or 3942571. OLE color: 3942571.
HSL color Cylindrical-coordinate representation of color #AB283C: hue angle of 350.84º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB283C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 60 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.33 |
| HSL | 350.84º | 0.62% | 0.41% | - |
| HSV(B) | 350.84º | 0.77% | 0.67% | - |
| XYZ | 18.37 | 10.5 | 5.33 | - |
| YUV | 81.45 | 115.9 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 60 | 0 | 0.77 | 0.65 | 0.33 | 350.84 | 0.62 | 0.41 |
| Hex | AB | 28 | 3C | 0 | 4D | 41 | 21 | 15F | 3E | 29 |
| Octal | 253 | 50 | 74 | 0 | 115 | 101 | 41 | 537 | 76 | 51 |
| Binary | 10101011 | 101000 | 111100 | 0 | 1001101 | 1000001 | 100001 | 101011111 | 111110 | 101001 |
Color Harmonies of #AB283C
Complementary color
Monochromatic Colors of #AB283C
Black with #AB283C
Text Example
Text Example
White with #AB283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB283C; }
p { color: rgb(171,40,60); }
H1.HeaderClassName
{
color: #AB283C;
}
.AnyTagClassName
{
color: #AB283C;
}
</style>
background-color css
<style>
a { background-color: #AB283C; }
a { background-color: rgb(171,40,60); }
div.DivClassName
{
background-color: #AB283C;
}
.BgClassName
{
background-color: #AB283C;
}
</style>
border-color css
<style>
span { border-color: #AB283C; }
span { border-color: rgb(171,40,60); }
td.TdClassName
{
border-color: #AB283C;
}
.TagClassName
{
border-color: #AB283C;
}
</style>