Shades of Cardinal #AB223C
Tints of Cardinal #AB223C
RGB
CMYK
RGB Variations
Color information
#AB223C (or 0xAB223C) is known color: Cardinal. HEX triplet: AB, 22 and 3C. RGB value is (171,34,60). Sum of RGB (Red+Green+Blue) = 171+34+60=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB223C is #54DDC3. Grayscale: #4D4D4D. Windows color (decimal): -5561796 or 3941035. OLE color: 3941035.
HSL color Cylindrical-coordinate representation of color #AB223C: hue angle of 348.61º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB223C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 60 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.33 |
| HSL | 348.61º | 0.67% | 0.4% | - |
| HSV(B) | 348.61º | 0.8% | 0.67% | - |
| XYZ | 18.18 | 10.13 | 5.27 | - |
| YUV | 77.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 60 | 0 | 0.80 | 0.65 | 0.33 | 348.61 | 0.67 | 0.4 |
| Hex | AB | 22 | 3C | 0 | 50 | 41 | 21 | 15D | 43 | 28 |
| Octal | 253 | 42 | 74 | 0 | 120 | 101 | 41 | 535 | 103 | 50 |
| Binary | 10101011 | 100010 | 111100 | 0 | 1010000 | 1000001 | 100001 | 101011101 | 1000011 | 101000 |
Color Harmonies of #AB223C
Complementary color
Monochromatic Colors of #AB223C
Black with #AB223C
Text Example
Text Example
White with #AB223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB223C; }
p { color: rgb(171,34,60); }
H1.HeaderClassName
{
color: #AB223C;
}
.AnyTagClassName
{
color: #AB223C;
}
</style>
background-color css
<style>
a { background-color: #AB223C; }
a { background-color: rgb(171,34,60); }
div.DivClassName
{
background-color: #AB223C;
}
.BgClassName
{
background-color: #AB223C;
}
</style>
border-color css
<style>
span { border-color: #AB223C; }
span { border-color: rgb(171,34,60); }
td.TdClassName
{
border-color: #AB223C;
}
.TagClassName
{
border-color: #AB223C;
}
</style>