Shades of Cardinal #AB2340
Tints of Cardinal #AB2340
RGB
CMYK
RGB Variations
Color information
#AB2340 (or 0xAB2340) is known color: Cardinal. HEX triplet: AB, 23 and 40. RGB value is (171,35,64). Sum of RGB (Red+Green+Blue) = 171+35+64=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2340 is #54DCBF. Grayscale: #4E4E4E. Windows color (decimal): -5561536 or 4203435. OLE color: 4203435.
HSL color Cylindrical-coordinate representation of color #AB2340: hue angle of 347.21º degrees, saturation: 0.66, 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 #AB2340 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 64 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.33 |
| HSL | 347.21º | 0.66% | 0.4% | - |
| HSV(B) | 347.21º | 0.8% | 0.67% | - |
| XYZ | 18.32 | 10.23 | 5.86 | - |
| YUV | 78.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 64 | 0 | 0.80 | 0.63 | 0.33 | 347.21 | 0.66 | 0.4 |
| Hex | AB | 23 | 40 | 0 | 50 | 3F | 21 | 15B | 42 | 28 |
| Octal | 253 | 43 | 100 | 0 | 120 | 77 | 41 | 533 | 102 | 50 |
| Binary | 10101011 | 100011 | 1000000 | 0 | 1010000 | 111111 | 100001 | 101011011 | 1000010 | 101000 |
Color Harmonies of #AB2340
Complementary color
Monochromatic Colors of #AB2340
Black with #AB2340
Text Example
Text Example
White with #AB2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2340; }
p { color: rgb(171,35,64); }
H1.HeaderClassName
{
color: #AB2340;
}
.AnyTagClassName
{
color: #AB2340;
}
</style>
background-color css
<style>
a { background-color: #AB2340; }
a { background-color: rgb(171,35,64); }
div.DivClassName
{
background-color: #AB2340;
}
.BgClassName
{
background-color: #AB2340;
}
</style>
border-color css
<style>
span { border-color: #AB2340; }
span { border-color: rgb(171,35,64); }
td.TdClassName
{
border-color: #AB2340;
}
.TagClassName
{
border-color: #AB2340;
}
</style>