Shades of Cardinal #AB223D
Tints of Cardinal #AB223D
RGB
CMYK
RGB Variations
Color information
#AB223D (or 0xAB223D) is known color: Cardinal. HEX triplet: AB, 22 and 3D. RGB value is (171,34,61). Sum of RGB (Red+Green+Blue) = 171+34+61=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB223D is #54DDC2. Grayscale: #4E4E4E. Windows color (decimal): -5561795 or 4006571. OLE color: 4006571.
HSL color Cylindrical-coordinate representation of color #AB223D: hue angle of 348.18º 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 #AB223D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 61 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.33 |
| HSL | 348.18º | 0.67% | 0.4% | - |
| HSV(B) | 348.18º | 0.8% | 0.67% | - |
| XYZ | 18.21 | 10.14 | 5.41 | - |
| YUV | 78.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 61 | 0 | 0.80 | 0.64 | 0.33 | 348.18 | 0.67 | 0.4 |
| Hex | AB | 22 | 3D | 0 | 50 | 40 | 21 | 15C | 43 | 28 |
| Octal | 253 | 42 | 75 | 0 | 120 | 100 | 41 | 534 | 103 | 50 |
| Binary | 10101011 | 100010 | 111101 | 0 | 1010000 | 1000000 | 100001 | 101011100 | 1000011 | 101000 |
Color Harmonies of #AB223D
Complementary color
Monochromatic Colors of #AB223D
Black with #AB223D
Text Example
Text Example
White with #AB223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB223D; }
p { color: rgb(171,34,61); }
H1.HeaderClassName
{
color: #AB223D;
}
.AnyTagClassName
{
color: #AB223D;
}
</style>
background-color css
<style>
a { background-color: #AB223D; }
a { background-color: rgb(171,34,61); }
div.DivClassName
{
background-color: #AB223D;
}
.BgClassName
{
background-color: #AB223D;
}
</style>
border-color css
<style>
span { border-color: #AB223D; }
span { border-color: rgb(171,34,61); }
td.TdClassName
{
border-color: #AB223D;
}
.TagClassName
{
border-color: #AB223D;
}
</style>