Shades of Cardinal #AB0B32
Tints of Cardinal #AB0B32
RGB
CMYK
RGB Variations
Color information
#AB0B32 (or 0xAB0B32) is known color: Cardinal. HEX triplet: AB, 0B and 32. RGB value is (171,11,50). Sum of RGB (Red+Green+Blue) = 171+11+50=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B32 is #54F4CD. Grayscale: #3F3F3F. Windows color (decimal): -5567694 or 3279787. OLE color: 3279787.
HSL color Cylindrical-coordinate representation of color #AB0B32: hue angle of 345.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0B32 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.33 |
| HSL | 345.38º | 0.88% | 0.36% | - |
| HSV(B) | 345.38º | 0.94% | 0.67% | - |
| XYZ | 17.49 | 9.13 | 3.86 | - |
| YUV | 63.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 11 | 50 | 0 | 0.94 | 0.71 | 0.33 | 345.38 | 0.88 | 0.36 |
| Hex | AB | B | 32 | 0 | 5E | 47 | 21 | 159 | 58 | 24 |
| Octal | 253 | 13 | 62 | 0 | 136 | 107 | 41 | 531 | 130 | 44 |
| Binary | 10101011 | 1011 | 110010 | 0 | 1011110 | 1000111 | 100001 | 101011001 | 1011000 | 100100 |
Color Harmonies of #AB0B32
Complementary color
Monochromatic Colors of #AB0B32
Black with #AB0B32
Text Example
Text Example
White with #AB0B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0B32; }
p { color: rgb(171,11,50); }
H1.HeaderClassName
{
color: #AB0B32;
}
.AnyTagClassName
{
color: #AB0B32;
}
</style>
background-color css
<style>
a { background-color: #AB0B32; }
a { background-color: rgb(171,11,50); }
div.DivClassName
{
background-color: #AB0B32;
}
.BgClassName
{
background-color: #AB0B32;
}
</style>
border-color css
<style>
span { border-color: #AB0B32; }
span { border-color: rgb(171,11,50); }
td.TdClassName
{
border-color: #AB0B32;
}
.TagClassName
{
border-color: #AB0B32;
}
</style>