Shades of Cardinal #AB233D
Tints of Cardinal #AB233D
RGB
CMYK
RGB Variations
Color information
#AB233D (or 0xAB233D) is known color: Cardinal. HEX triplet: AB, 23 and 3D. RGB value is (171,35,61). Sum of RGB (Red+Green+Blue) = 171+35+61=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB233D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB233D is #54DCC2. Grayscale: #4E4E4E. Windows color (decimal): -5561539 or 4006827. OLE color: 4006827.
HSL color Cylindrical-coordinate representation of color #AB233D: hue angle of 348.53º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB233D is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 61 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.33 |
| HSL | 348.53º | 0.66% | 0.4% | - |
| HSV(B) | 348.53º | 0.8% | 0.67% | - |
| XYZ | 18.24 | 10.2 | 5.42 | - |
| YUV | 78.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 61 | 0 | 0.80 | 0.64 | 0.33 | 348.53 | 0.66 | 0.4 |
| Hex | AB | 23 | 3D | 0 | 50 | 40 | 21 | 15D | 42 | 28 |
| Octal | 253 | 43 | 75 | 0 | 120 | 100 | 41 | 535 | 102 | 50 |
| Binary | 10101011 | 100011 | 111101 | 0 | 1010000 | 1000000 | 100001 | 101011101 | 1000010 | 101000 |
Color Harmonies of #AB233D
Complementary color
Monochromatic Colors of #AB233D
Black with #AB233D
Text Example
Text Example
White with #AB233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB233D; }
p { color: rgb(171,35,61); }
H1.HeaderClassName
{
color: #AB233D;
}
.AnyTagClassName
{
color: #AB233D;
}
</style>
background-color css
<style>
a { background-color: #AB233D; }
a { background-color: rgb(171,35,61); }
div.DivClassName
{
background-color: #AB233D;
}
.BgClassName
{
background-color: #AB233D;
}
</style>
border-color css
<style>
span { border-color: #AB233D; }
span { border-color: rgb(171,35,61); }
td.TdClassName
{
border-color: #AB233D;
}
.TagClassName
{
border-color: #AB233D;
}
</style>