Shades of Cardinal #CB173A
Tints of Cardinal #CB173A
RGB
CMYK
RGB Variations
Color information
#CB173A (or 0xCB173A) is known color: Cardinal. HEX triplet: CB, 17 and 3A. RGB value is (203,23,58). Sum of RGB (Red+Green+Blue) = 203+23+58=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB173A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB173A is #34E8C5. Grayscale: #505050. Windows color (decimal): -3467462 or 3807179. OLE color: 3807179.
HSL color Cylindrical-coordinate representation of color #CB173A: hue angle of 348.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB173A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 23 | 58 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.20 |
| HSL | 348.33º | 0.8% | 0.44% | - |
| HSV(B) | 348.33º | 0.89% | 0.8% | - |
| XYZ | 25.7 | 13.61 | 5.28 | - |
| YUV | 80.81 | 115.13 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 23 | 58 | 0 | 0.89 | 0.71 | 0.20 | 348.33 | 0.8 | 0.44 |
| Hex | CB | 17 | 3A | 0 | 59 | 47 | 14 | 15C | 50 | 2C |
| Octal | 313 | 27 | 72 | 0 | 131 | 107 | 24 | 534 | 120 | 54 |
| Binary | 11001011 | 10111 | 111010 | 0 | 1011001 | 1000111 | 10100 | 101011100 | 1010000 | 101100 |
Color Harmonies of #CB173A
Complementary color
Monochromatic Colors of #CB173A
Black with #CB173A
Text Example
Text Example
White with #CB173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB173A; }
p { color: rgb(203,23,58); }
H1.HeaderClassName
{
color: #CB173A;
}
.AnyTagClassName
{
color: #CB173A;
}
</style>
background-color css
<style>
a { background-color: #CB173A; }
a { background-color: rgb(203,23,58); }
div.DivClassName
{
background-color: #CB173A;
}
.BgClassName
{
background-color: #CB173A;
}
</style>
border-color css
<style>
span { border-color: #CB173A; }
span { border-color: rgb(203,23,58); }
td.TdClassName
{
border-color: #CB173A;
}
.TagClassName
{
border-color: #CB173A;
}
</style>