Shades of Cardinal #AB233A
Tints of Cardinal #AB233A
RGB
CMYK
RGB Variations
Color information
#AB233A (or 0xAB233A) is known color: Cardinal. HEX triplet: AB, 23 and 3A. RGB value is (171,35,58). Sum of RGB (Red+Green+Blue) = 171+35+58=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB233A is #54DCC5. Grayscale: #4E4E4E. Windows color (decimal): -5561542 or 3810219. OLE color: 3810219.
HSL color Cylindrical-coordinate representation of color #AB233A: hue angle of 349.85º 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 #AB233A is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 58 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.33 |
| HSL | 349.85º | 0.66% | 0.4% | - |
| HSV(B) | 349.85º | 0.8% | 0.67% | - |
| XYZ | 18.16 | 10.17 | 5.01 | - |
| YUV | 78.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 58 | 0 | 0.80 | 0.66 | 0.33 | 349.85 | 0.66 | 0.4 |
| Hex | AB | 23 | 3A | 0 | 50 | 42 | 21 | 15E | 42 | 28 |
| Octal | 253 | 43 | 72 | 0 | 120 | 102 | 41 | 536 | 102 | 50 |
| Binary | 10101011 | 100011 | 111010 | 0 | 1010000 | 1000010 | 100001 | 101011110 | 1000010 | 101000 |
Color Harmonies of #AB233A
Complementary color
Monochromatic Colors of #AB233A
Black with #AB233A
Text Example
Text Example
White with #AB233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB233A; }
p { color: rgb(171,35,58); }
H1.HeaderClassName
{
color: #AB233A;
}
.AnyTagClassName
{
color: #AB233A;
}
</style>
background-color css
<style>
a { background-color: #AB233A; }
a { background-color: rgb(171,35,58); }
div.DivClassName
{
background-color: #AB233A;
}
.BgClassName
{
background-color: #AB233A;
}
</style>
border-color css
<style>
span { border-color: #AB233A; }
span { border-color: rgb(171,35,58); }
td.TdClassName
{
border-color: #AB233A;
}
.TagClassName
{
border-color: #AB233A;
}
</style>