Shades of Cardinal #AB063B
Tints of Cardinal #AB063B
RGB
CMYK
RGB Variations
Color information
#AB063B (or 0xAB063B) is known color: Cardinal. HEX triplet: AB, 06 and 3B. RGB value is (171,6,59). Sum of RGB (Red+Green+Blue) = 171+6+59=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB063B is #54F9C4. Grayscale: #3D3D3D. Windows color (decimal): -5568965 or 3868331. OLE color: 3868331.
HSL color Cylindrical-coordinate representation of color #AB063B: hue angle of 340.73º 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 #AB063B is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.33 |
| HSL | 340.73º | 0.93% | 0.35% | - |
| HSV(B) | 340.73º | 0.96% | 0.67% | - |
| XYZ | 17.65 | 9.1 | 4.96 | - |
| YUV | 61.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 59 | 0 | 0.96 | 0.65 | 0.33 | 340.73 | 0.93 | 0.35 |
| Hex | AB | 6 | 3B | 0 | 60 | 41 | 21 | 155 | 5D | 23 |
| Octal | 253 | 6 | 73 | 0 | 140 | 101 | 41 | 525 | 135 | 43 |
| Binary | 10101011 | 110 | 111011 | 0 | 1100000 | 1000001 | 100001 | 101010101 | 1011101 | 100011 |
Color Harmonies of #AB063B
Complementary color
Monochromatic Colors of #AB063B
Black with #AB063B
Text Example
Text Example
White with #AB063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB063B; }
p { color: rgb(171,6,59); }
H1.HeaderClassName
{
color: #AB063B;
}
.AnyTagClassName
{
color: #AB063B;
}
</style>
background-color css
<style>
a { background-color: #AB063B; }
a { background-color: rgb(171,6,59); }
div.DivClassName
{
background-color: #AB063B;
}
.BgClassName
{
background-color: #AB063B;
}
</style>
border-color css
<style>
span { border-color: #AB063B; }
span { border-color: rgb(171,6,59); }
td.TdClassName
{
border-color: #AB063B;
}
.TagClassName
{
border-color: #AB063B;
}
</style>