Shades of Cardinal #CB163F
Tints of Cardinal #CB163F
RGB
CMYK
RGB Variations
Color information
#CB163F (or 0xCB163F) is known color: Cardinal. HEX triplet: CB, 16 and 3F. RGB value is (203,22,63). Sum of RGB (Red+Green+Blue) = 203+22+63=288 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.49% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 203 - color contains mainly: red. Hex color #CB163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB163F is #34E9C0. Grayscale: #505050. Windows color (decimal): -3467713 or 4134603. OLE color: 4134603.
HSL color Cylindrical-coordinate representation of color #CB163F: hue angle of 346.41º 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 #CB163F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 63 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.20 |
| HSL | 346.41º | 0.8% | 0.44% | - |
| HSV(B) | 346.41º | 0.89% | 0.8% | - |
| XYZ | 25.81 | 13.63 | 5.97 | - |
| YUV | 80.79 | 117.97 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 63 | 0 | 0.89 | 0.69 | 0.20 | 346.41 | 0.8 | 0.44 |
| Hex | CB | 16 | 3F | 0 | 59 | 45 | 14 | 15A | 50 | 2C |
| Octal | 313 | 26 | 77 | 0 | 131 | 105 | 24 | 532 | 120 | 54 |
| Binary | 11001011 | 10110 | 111111 | 0 | 1011001 | 1000101 | 10100 | 101011010 | 1010000 | 101100 |
Color Harmonies of #CB163F
Complementary color
Monochromatic Colors of #CB163F
Black with #CB163F
Text Example
Text Example
White with #CB163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB163F; }
p { color: rgb(203,22,63); }
H1.HeaderClassName
{
color: #CB163F;
}
.AnyTagClassName
{
color: #CB163F;
}
</style>
background-color css
<style>
a { background-color: #CB163F; }
a { background-color: rgb(203,22,63); }
div.DivClassName
{
background-color: #CB163F;
}
.BgClassName
{
background-color: #CB163F;
}
</style>
border-color css
<style>
span { border-color: #CB163F; }
span { border-color: rgb(203,22,63); }
td.TdClassName
{
border-color: #CB163F;
}
.TagClassName
{
border-color: #CB163F;
}
</style>