Shades of Cardinal #AB263C
Tints of Cardinal #AB263C
RGB
CMYK
RGB Variations
Color information
#AB263C (or 0xAB263C) is known color: Cardinal. HEX triplet: AB, 26 and 3C. RGB value is (171,38,60). Sum of RGB (Red+Green+Blue) = 171+38+60=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB263C is #54D9C3. Grayscale: #505050. Windows color (decimal): -5560772 or 3942059. OLE color: 3942059.
HSL color Cylindrical-coordinate representation of color #AB263C: hue angle of 350.08º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB263C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 60 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.33 |
| HSL | 350.08º | 0.64% | 0.41% | - |
| HSV(B) | 350.08º | 0.78% | 0.67% | - |
| XYZ | 18.3 | 10.37 | 5.31 | - |
| YUV | 80.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 60 | 0 | 0.78 | 0.65 | 0.33 | 350.08 | 0.64 | 0.41 |
| Hex | AB | 26 | 3C | 0 | 4E | 41 | 21 | 15E | 40 | 29 |
| Octal | 253 | 46 | 74 | 0 | 116 | 101 | 41 | 536 | 100 | 51 |
| Binary | 10101011 | 100110 | 111100 | 0 | 1001110 | 1000001 | 100001 | 101011110 | 1000000 | 101001 |
Color Harmonies of #AB263C
Complementary color
Monochromatic Colors of #AB263C
Black with #AB263C
Text Example
Text Example
White with #AB263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB263C; }
p { color: rgb(171,38,60); }
H1.HeaderClassName
{
color: #AB263C;
}
.AnyTagClassName
{
color: #AB263C;
}
</style>
background-color css
<style>
a { background-color: #AB263C; }
a { background-color: rgb(171,38,60); }
div.DivClassName
{
background-color: #AB263C;
}
.BgClassName
{
background-color: #AB263C;
}
</style>
border-color css
<style>
span { border-color: #AB263C; }
span { border-color: rgb(171,38,60); }
td.TdClassName
{
border-color: #AB263C;
}
.TagClassName
{
border-color: #AB263C;
}
</style>