Shades of Cardinal #CB103C
Tints of Cardinal #CB103C
RGB
CMYK
RGB Variations
Color information
#CB103C (or 0xCB103C) is known color: Cardinal. HEX triplet: CB, 10 and 3C. RGB value is (203,16,60). Sum of RGB (Red+Green+Blue) = 203+16+60=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB103C is #34EFC3. Grayscale: #4C4C4C. Windows color (decimal): -3469252 or 3936459. OLE color: 3936459.
HSL color Cylindrical-coordinate representation of color #CB103C: hue angle of 345.88º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB103C is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 60 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.20 |
| HSL | 345.88º | 0.85% | 0.43% | - |
| HSV(B) | 345.88º | 0.92% | 0.8% | - |
| XYZ | 25.63 | 13.39 | 5.51 | - |
| YUV | 76.93 | 118.45 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 60 | 0 | 0.92 | 0.70 | 0.20 | 345.88 | 0.85 | 0.43 |
| Hex | CB | 10 | 3C | 0 | 5C | 46 | 14 | 15A | 55 | 2B |
| Octal | 313 | 20 | 74 | 0 | 134 | 106 | 24 | 532 | 125 | 53 |
| Binary | 11001011 | 10000 | 111100 | 0 | 1011100 | 1000110 | 10100 | 101011010 | 1010101 | 101011 |
Color Harmonies of #CB103C
Complementary color
Monochromatic Colors of #CB103C
Black with #CB103C
Text Example
Text Example
White with #CB103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB103C; }
p { color: rgb(203,16,60); }
H1.HeaderClassName
{
color: #CB103C;
}
.AnyTagClassName
{
color: #CB103C;
}
</style>
background-color css
<style>
a { background-color: #CB103C; }
a { background-color: rgb(203,16,60); }
div.DivClassName
{
background-color: #CB103C;
}
.BgClassName
{
background-color: #CB103C;
}
</style>
border-color css
<style>
span { border-color: #CB103C; }
span { border-color: rgb(203,16,60); }
td.TdClassName
{
border-color: #CB103C;
}
.TagClassName
{
border-color: #CB103C;
}
</style>