Shades of Cardinal #AB063C
Tints of Cardinal #AB063C
RGB
CMYK
RGB Variations
Color information
#AB063C (or 0xAB063C) is known color: Cardinal. HEX triplet: AB, 06 and 3C. RGB value is (171,6,60). Sum of RGB (Red+Green+Blue) = 171+6+60=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB063C is #54F9C3. Grayscale: #3D3D3D. Windows color (decimal): -5568964 or 3933867. OLE color: 3933867.
HSL color Cylindrical-coordinate representation of color #AB063C: hue angle of 340.36º 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 #AB063C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 60 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.33 |
| HSL | 340.36º | 0.93% | 0.35% | - |
| HSV(B) | 340.36º | 0.96% | 0.67% | - |
| XYZ | 17.68 | 9.11 | 5.1 | - |
| YUV | 61.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 60 | 0 | 0.96 | 0.65 | 0.33 | 340.36 | 0.93 | 0.35 |
| Hex | AB | 6 | 3C | 0 | 60 | 41 | 21 | 154 | 5D | 23 |
| Octal | 253 | 6 | 74 | 0 | 140 | 101 | 41 | 524 | 135 | 43 |
| Binary | 10101011 | 110 | 111100 | 0 | 1100000 | 1000001 | 100001 | 101010100 | 1011101 | 100011 |
Color Harmonies of #AB063C
Complementary color
Monochromatic Colors of #AB063C
Black with #AB063C
Text Example
Text Example
White with #AB063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB063C; }
p { color: rgb(171,6,60); }
H1.HeaderClassName
{
color: #AB063C;
}
.AnyTagClassName
{
color: #AB063C;
}
</style>
background-color css
<style>
a { background-color: #AB063C; }
a { background-color: rgb(171,6,60); }
div.DivClassName
{
background-color: #AB063C;
}
.BgClassName
{
background-color: #AB063C;
}
</style>
border-color css
<style>
span { border-color: #AB063C; }
span { border-color: rgb(171,6,60); }
td.TdClassName
{
border-color: #AB063C;
}
.TagClassName
{
border-color: #AB063C;
}
</style>