Shades of Cardinal #AB1C2D
Tints of Cardinal #AB1C2D
RGB
CMYK
RGB Variations
Color information
#AB1C2D (or 0xAB1C2D) is known color: Cardinal. HEX triplet: AB, 1C and 2D. RGB value is (171,28,45). Sum of RGB (Red+Green+Blue) = 171+28+45=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1C2D is #54E3D2. Grayscale: #484848. Windows color (decimal): -5563347 or 2956459. OLE color: 2956459.
HSL color Cylindrical-coordinate representation of color #AB1C2D: hue angle of 352.87º degrees, saturation: 0.72, 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 #AB1C2D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 45 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.33 |
| HSL | 352.87º | 0.72% | 0.39% | - |
| HSV(B) | 352.87º | 0.84% | 0.67% | - |
| XYZ | 17.68 | 9.68 | 3.42 | - |
| YUV | 72.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 45 | 0 | 0.84 | 0.74 | 0.33 | 352.87 | 0.72 | 0.39 |
| Hex | AB | 1C | 2D | 0 | 54 | 4A | 21 | 161 | 48 | 27 |
| Octal | 253 | 34 | 55 | 0 | 124 | 112 | 41 | 541 | 110 | 47 |
| Binary | 10101011 | 11100 | 101101 | 0 | 1010100 | 1001010 | 100001 | 101100001 | 1001000 | 100111 |
Color Harmonies of #AB1C2D
Complementary color
Monochromatic Colors of #AB1C2D
Black with #AB1C2D
Text Example
Text Example
White with #AB1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C2D; }
p { color: rgb(171,28,45); }
H1.HeaderClassName
{
color: #AB1C2D;
}
.AnyTagClassName
{
color: #AB1C2D;
}
</style>
background-color css
<style>
a { background-color: #AB1C2D; }
a { background-color: rgb(171,28,45); }
div.DivClassName
{
background-color: #AB1C2D;
}
.BgClassName
{
background-color: #AB1C2D;
}
</style>
border-color css
<style>
span { border-color: #AB1C2D; }
span { border-color: rgb(171,28,45); }
td.TdClassName
{
border-color: #AB1C2D;
}
.TagClassName
{
border-color: #AB1C2D;
}
</style>