Shades of Cardinal #AB0835
Tints of Cardinal #AB0835
RGB
CMYK
RGB Variations
Color information
#AB0835 (or 0xAB0835) is known color: Cardinal. HEX triplet: AB, 08 and 35. RGB value is (171,8,53). Sum of RGB (Red+Green+Blue) = 171+8+53=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0835 is #54F7CA. Grayscale: #3D3D3D. Windows color (decimal): -5568459 or 3475627. OLE color: 3475627.
HSL color Cylindrical-coordinate representation of color #AB0835: hue angle of 343.44º 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 #AB0835 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 53 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.33 |
| HSL | 343.44º | 0.91% | 0.35% | - |
| HSV(B) | 343.44º | 0.95% | 0.67% | - |
| XYZ | 17.52 | 9.09 | 4.2 | - |
| YUV | 61.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 53 | 0 | 0.95 | 0.69 | 0.33 | 343.44 | 0.91 | 0.35 |
| Hex | AB | 8 | 35 | 0 | 5F | 45 | 21 | 157 | 5B | 23 |
| Octal | 253 | 10 | 65 | 0 | 137 | 105 | 41 | 527 | 133 | 43 |
| Binary | 10101011 | 1000 | 110101 | 0 | 1011111 | 1000101 | 100001 | 101010111 | 1011011 | 100011 |
Color Harmonies of #AB0835
Complementary color
Monochromatic Colors of #AB0835
Black with #AB0835
Text Example
Text Example
White with #AB0835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0835; }
p { color: rgb(171,8,53); }
H1.HeaderClassName
{
color: #AB0835;
}
.AnyTagClassName
{
color: #AB0835;
}
</style>
background-color css
<style>
a { background-color: #AB0835; }
a { background-color: rgb(171,8,53); }
div.DivClassName
{
background-color: #AB0835;
}
.BgClassName
{
background-color: #AB0835;
}
</style>
border-color css
<style>
span { border-color: #AB0835; }
span { border-color: rgb(171,8,53); }
td.TdClassName
{
border-color: #AB0835;
}
.TagClassName
{
border-color: #AB0835;
}
</style>