Shades of Cardinal #AB0338
Tints of Cardinal #AB0338
RGB
CMYK
RGB Variations
Color information
#AB0338 (or 0xAB0338) is known color: Cardinal. HEX triplet: AB, 03 and 38. RGB value is (171,3,56). Sum of RGB (Red+Green+Blue) = 171+3+56=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0338 is #54FCC7. Grayscale: #3B3B3B. Windows color (decimal): -5569736 or 3670955. OLE color: 3670955.
HSL color Cylindrical-coordinate representation of color #AB0338: hue angle of 341.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0338 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 56 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.33 |
| HSL | 341.07º | 0.97% | 0.34% | - |
| HSV(B) | 341.07º | 0.98% | 0.67% | - |
| XYZ | 17.54 | 9.01 | 4.56 | - |
| YUV | 59.27 | 126.16 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 56 | 0 | 0.98 | 0.67 | 0.33 | 341.07 | 0.97 | 0.34 |
| Hex | AB | 3 | 38 | 0 | 62 | 43 | 21 | 155 | 61 | 22 |
| Octal | 253 | 3 | 70 | 0 | 142 | 103 | 41 | 525 | 141 | 42 |
| Binary | 10101011 | 11 | 111000 | 0 | 1100010 | 1000011 | 100001 | 101010101 | 1100001 | 100010 |
Color Harmonies of #AB0338
Complementary color
Monochromatic Colors of #AB0338
Black with #AB0338
Text Example
Text Example
White with #AB0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0338; }
p { color: rgb(171,3,56); }
H1.HeaderClassName
{
color: #AB0338;
}
.AnyTagClassName
{
color: #AB0338;
}
</style>
background-color css
<style>
a { background-color: #AB0338; }
a { background-color: rgb(171,3,56); }
div.DivClassName
{
background-color: #AB0338;
}
.BgClassName
{
background-color: #AB0338;
}
</style>
border-color css
<style>
span { border-color: #AB0338; }
span { border-color: rgb(171,3,56); }
td.TdClassName
{
border-color: #AB0338;
}
.TagClassName
{
border-color: #AB0338;
}
</style>