Shades of Cardinal #CB1946
Tints of Cardinal #CB1946
RGB
CMYK
RGB Variations
Color information
#CB1946 (or 0xCB1946) is known color: Cardinal. HEX triplet: CB, 19 and 46. RGB value is (203,25,70). Sum of RGB (Red+Green+Blue) = 203+25+70=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1946 is #34E6B9. Grayscale: #535353. Windows color (decimal): -3466938 or 4594123. OLE color: 4594123.
HSL color Cylindrical-coordinate representation of color #CB1946: hue angle of 344.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1946 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 25 | 70 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.20 |
| HSL | 344.83º | 0.78% | 0.45% | - |
| HSV(B) | 344.83º | 0.88% | 0.8% | - |
| XYZ | 26.08 | 13.83 | 7.09 | - |
| YUV | 83.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 25 | 70 | 0 | 0.88 | 0.66 | 0.20 | 344.83 | 0.78 | 0.45 |
| Hex | CB | 19 | 46 | 0 | 58 | 42 | 14 | 159 | 4E | 2D |
| Octal | 313 | 31 | 106 | 0 | 130 | 102 | 24 | 531 | 116 | 55 |
| Binary | 11001011 | 11001 | 1000110 | 0 | 1011000 | 1000010 | 10100 | 101011001 | 1001110 | 101101 |
Color Harmonies of #CB1946
Complementary color
Monochromatic Colors of #CB1946
Black with #CB1946
Text Example
Text Example
White with #CB1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1946; }
p { color: rgb(203,25,70); }
H1.HeaderClassName
{
color: #CB1946;
}
.AnyTagClassName
{
color: #CB1946;
}
</style>
background-color css
<style>
a { background-color: #CB1946; }
a { background-color: rgb(203,25,70); }
div.DivClassName
{
background-color: #CB1946;
}
.BgClassName
{
background-color: #CB1946;
}
</style>
border-color css
<style>
span { border-color: #CB1946; }
span { border-color: rgb(203,25,70); }
td.TdClassName
{
border-color: #CB1946;
}
.TagClassName
{
border-color: #CB1946;
}
</style>