Shades of Cardinal #AB063A
Tints of Cardinal #AB063A
RGB
CMYK
RGB Variations
Color information
#AB063A (or 0xAB063A) is known color: Cardinal. HEX triplet: AB, 06 and 3A. RGB value is (171,6,58). Sum of RGB (Red+Green+Blue) = 171+6+58=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB063A is #54F9C5. Grayscale: #3D3D3D. Windows color (decimal): -5568966 or 3802795. OLE color: 3802795.
HSL color Cylindrical-coordinate representation of color #AB063A: hue angle of 341.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB063A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.33 |
| HSL | 341.09º | 0.93% | 0.35% | - |
| HSV(B) | 341.09º | 0.96% | 0.67% | - |
| XYZ | 17.62 | 9.09 | 4.83 | - |
| YUV | 61.26 | 126.16 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 58 | 0 | 0.96 | 0.66 | 0.33 | 341.09 | 0.93 | 0.35 |
| Hex | AB | 6 | 3A | 0 | 60 | 42 | 21 | 155 | 5D | 23 |
| Octal | 253 | 6 | 72 | 0 | 140 | 102 | 41 | 525 | 135 | 43 |
| Binary | 10101011 | 110 | 111010 | 0 | 1100000 | 1000010 | 100001 | 101010101 | 1011101 | 100011 |
Color Harmonies of #AB063A
Complementary color
Monochromatic Colors of #AB063A
Black with #AB063A
Text Example
Text Example
White with #AB063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB063A; }
p { color: rgb(171,6,58); }
H1.HeaderClassName
{
color: #AB063A;
}
.AnyTagClassName
{
color: #AB063A;
}
</style>
background-color css
<style>
a { background-color: #AB063A; }
a { background-color: rgb(171,6,58); }
div.DivClassName
{
background-color: #AB063A;
}
.BgClassName
{
background-color: #AB063A;
}
</style>
border-color css
<style>
span { border-color: #AB063A; }
span { border-color: rgb(171,6,58); }
td.TdClassName
{
border-color: #AB063A;
}
.TagClassName
{
border-color: #AB063A;
}
</style>