Shades of Cardinal #AB0833
Tints of Cardinal #AB0833
RGB
CMYK
RGB Variations
Color information
#AB0833 (or 0xAB0833) is known color: Cardinal. HEX triplet: AB, 08 and 33. RGB value is (171,8,51). Sum of RGB (Red+Green+Blue) = 171+8+51=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0833 is #54F7CC. Grayscale: #3D3D3D. Windows color (decimal): -5568461 or 3344555. OLE color: 3344555.
HSL color Cylindrical-coordinate representation of color #AB0833: hue angle of 344.17º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0833 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 51 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.33 |
| HSL | 344.17º | 0.91% | 0.35% | - |
| HSV(B) | 344.17º | 0.95% | 0.67% | - |
| XYZ | 17.48 | 9.07 | 3.96 | - |
| YUV | 61.64 | 122 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 51 | 0 | 0.95 | 0.70 | 0.33 | 344.17 | 0.91 | 0.35 |
| Hex | AB | 8 | 33 | 0 | 5F | 46 | 21 | 158 | 5B | 23 |
| Octal | 253 | 10 | 63 | 0 | 137 | 106 | 41 | 530 | 133 | 43 |
| Binary | 10101011 | 1000 | 110011 | 0 | 1011111 | 1000110 | 100001 | 101011000 | 1011011 | 100011 |
Color Harmonies of #AB0833
Complementary color
Monochromatic Colors of #AB0833
Black with #AB0833
Text Example
Text Example
White with #AB0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0833; }
p { color: rgb(171,8,51); }
H1.HeaderClassName
{
color: #AB0833;
}
.AnyTagClassName
{
color: #AB0833;
}
</style>
background-color css
<style>
a { background-color: #AB0833; }
a { background-color: rgb(171,8,51); }
div.DivClassName
{
background-color: #AB0833;
}
.BgClassName
{
background-color: #AB0833;
}
</style>
border-color css
<style>
span { border-color: #AB0833; }
span { border-color: rgb(171,8,51); }
td.TdClassName
{
border-color: #AB0833;
}
.TagClassName
{
border-color: #AB0833;
}
</style>