Shades of Cardinal #CB163A
Tints of Cardinal #CB163A
RGB
CMYK
RGB Variations
Color information
#CB163A (or 0xCB163A) is known color: Cardinal. HEX triplet: CB, 16 and 3A. RGB value is (203,22,58). Sum of RGB (Red+Green+Blue) = 203+22+58=283 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.73% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 203 - color contains mainly: red. Hex color #CB163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB163A is #34E9C5. Grayscale: #505050. Windows color (decimal): -3467718 or 3806923. OLE color: 3806923.
HSL color Cylindrical-coordinate representation of color #CB163A: hue angle of 348.07º 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 #CB163A is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 58 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.20 |
| HSL | 348.07º | 0.8% | 0.44% | - |
| HSV(B) | 348.07º | 0.89% | 0.8% | - |
| XYZ | 25.68 | 13.58 | 5.27 | - |
| YUV | 80.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 58 | 0 | 0.89 | 0.71 | 0.20 | 348.07 | 0.8 | 0.44 |
| Hex | CB | 16 | 3A | 0 | 59 | 47 | 14 | 15C | 50 | 2C |
| Octal | 313 | 26 | 72 | 0 | 131 | 107 | 24 | 534 | 120 | 54 |
| Binary | 11001011 | 10110 | 111010 | 0 | 1011001 | 1000111 | 10100 | 101011100 | 1010000 | 101100 |
Color Harmonies of #CB163A
Complementary color
Monochromatic Colors of #CB163A
Black with #CB163A
Text Example
Text Example
White with #CB163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB163A; }
p { color: rgb(203,22,58); }
H1.HeaderClassName
{
color: #CB163A;
}
.AnyTagClassName
{
color: #CB163A;
}
</style>
background-color css
<style>
a { background-color: #CB163A; }
a { background-color: rgb(203,22,58); }
div.DivClassName
{
background-color: #CB163A;
}
.BgClassName
{
background-color: #CB163A;
}
</style>
border-color css
<style>
span { border-color: #CB163A; }
span { border-color: rgb(203,22,58); }
td.TdClassName
{
border-color: #CB163A;
}
.TagClassName
{
border-color: #CB163A;
}
</style>