Shades of Cardinal #CB1646
Tints of Cardinal #CB1646
RGB
CMYK
RGB Variations
Color information
#CB1646 (or 0xCB1646) is known color: Cardinal. HEX triplet: CB, 16 and 46. RGB value is (203,22,70). Sum of RGB (Red+Green+Blue) = 203+22+70=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1646 is #34E9B9. Grayscale: #515151. Windows color (decimal): -3467706 or 4593355. OLE color: 4593355.
HSL color Cylindrical-coordinate representation of color #CB1646: hue angle of 344.09º 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 #CB1646 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 70 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.20 |
| HSL | 344.09º | 0.8% | 0.44% | - |
| HSV(B) | 344.09º | 0.89% | 0.8% | - |
| XYZ | 26.02 | 13.71 | 7.07 | - |
| YUV | 81.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 70 | 0 | 0.89 | 0.66 | 0.20 | 344.09 | 0.8 | 0.44 |
| Hex | CB | 16 | 46 | 0 | 59 | 42 | 14 | 158 | 50 | 2C |
| Octal | 313 | 26 | 106 | 0 | 131 | 102 | 24 | 530 | 120 | 54 |
| Binary | 11001011 | 10110 | 1000110 | 0 | 1011001 | 1000010 | 10100 | 101011000 | 1010000 | 101100 |
Color Harmonies of #CB1646
Complementary color
Monochromatic Colors of #CB1646
Black with #CB1646
Text Example
Text Example
White with #CB1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1646; }
p { color: rgb(203,22,70); }
H1.HeaderClassName
{
color: #CB1646;
}
.AnyTagClassName
{
color: #CB1646;
}
</style>
background-color css
<style>
a { background-color: #CB1646; }
a { background-color: rgb(203,22,70); }
div.DivClassName
{
background-color: #CB1646;
}
.BgClassName
{
background-color: #CB1646;
}
</style>
border-color css
<style>
span { border-color: #CB1646; }
span { border-color: rgb(203,22,70); }
td.TdClassName
{
border-color: #CB1646;
}
.TagClassName
{
border-color: #CB1646;
}
</style>