Shades of Cardinal #CB163B
Tints of Cardinal #CB163B
RGB
CMYK
RGB Variations
Color information
#CB163B (or 0xCB163B) is known color: Cardinal. HEX triplet: CB, 16 and 3B. RGB value is (203,22,59). Sum of RGB (Red+Green+Blue) = 203+22+59=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB163B is #34E9C4. Grayscale: #505050. Windows color (decimal): -3467717 or 3872459. OLE color: 3872459.
HSL color Cylindrical-coordinate representation of color #CB163B: hue angle of 347.73º 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 #CB163B is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 59 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.20 |
| HSL | 347.73º | 0.8% | 0.44% | - |
| HSV(B) | 347.73º | 0.89% | 0.8% | - |
| XYZ | 25.7 | 13.59 | 5.41 | - |
| YUV | 80.34 | 115.97 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 59 | 0 | 0.89 | 0.71 | 0.20 | 347.73 | 0.8 | 0.44 |
| Hex | CB | 16 | 3B | 0 | 59 | 47 | 14 | 15C | 50 | 2C |
| Octal | 313 | 26 | 73 | 0 | 131 | 107 | 24 | 534 | 120 | 54 |
| Binary | 11001011 | 10110 | 111011 | 0 | 1011001 | 1000111 | 10100 | 101011100 | 1010000 | 101100 |
Color Harmonies of #CB163B
Complementary color
Monochromatic Colors of #CB163B
Black with #CB163B
Text Example
Text Example
White with #CB163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB163B; }
p { color: rgb(203,22,59); }
H1.HeaderClassName
{
color: #CB163B;
}
.AnyTagClassName
{
color: #CB163B;
}
</style>
background-color css
<style>
a { background-color: #CB163B; }
a { background-color: rgb(203,22,59); }
div.DivClassName
{
background-color: #CB163B;
}
.BgClassName
{
background-color: #CB163B;
}
</style>
border-color css
<style>
span { border-color: #CB163B; }
span { border-color: rgb(203,22,59); }
td.TdClassName
{
border-color: #CB163B;
}
.TagClassName
{
border-color: #CB163B;
}
</style>