Shades of Cardinal #AB093C
Tints of Cardinal #AB093C
RGB
CMYK
RGB Variations
Color information
#AB093C (or 0xAB093C) is known color: Cardinal. HEX triplet: AB, 09 and 3C. RGB value is (171,9,60). Sum of RGB (Red+Green+Blue) = 171+9+60=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB093C is #54F6C3. Grayscale: #3F3F3F. Windows color (decimal): -5568196 or 3934635. OLE color: 3934635.
HSL color Cylindrical-coordinate representation of color #AB093C: hue angle of 341.11º degrees, saturation: 0.9, 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 #AB093C is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.33 |
| HSL | 341.11º | 0.9% | 0.35% | - |
| HSV(B) | 341.11º | 0.95% | 0.67% | - |
| XYZ | 17.71 | 9.18 | 5.11 | - |
| YUV | 63.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 60 | 0 | 0.95 | 0.65 | 0.33 | 341.11 | 0.9 | 0.35 |
| Hex | AB | 9 | 3C | 0 | 5F | 41 | 21 | 155 | 5A | 23 |
| Octal | 253 | 11 | 74 | 0 | 137 | 101 | 41 | 525 | 132 | 43 |
| Binary | 10101011 | 1001 | 111100 | 0 | 1011111 | 1000001 | 100001 | 101010101 | 1011010 | 100011 |
Color Harmonies of #AB093C
Complementary color
Monochromatic Colors of #AB093C
Black with #AB093C
Text Example
Text Example
White with #AB093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB093C; }
p { color: rgb(171,9,60); }
H1.HeaderClassName
{
color: #AB093C;
}
.AnyTagClassName
{
color: #AB093C;
}
</style>
background-color css
<style>
a { background-color: #AB093C; }
a { background-color: rgb(171,9,60); }
div.DivClassName
{
background-color: #AB093C;
}
.BgClassName
{
background-color: #AB093C;
}
</style>
border-color css
<style>
span { border-color: #AB093C; }
span { border-color: rgb(171,9,60); }
td.TdClassName
{
border-color: #AB093C;
}
.TagClassName
{
border-color: #AB093C;
}
</style>