Shades of Cardinal #CB103B
Tints of Cardinal #CB103B
RGB
CMYK
RGB Variations
Color information
#CB103B (or 0xCB103B) is known color: Cardinal. HEX triplet: CB, 10 and 3B. RGB value is (203,16,59). Sum of RGB (Red+Green+Blue) = 203+16+59=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB103B is #34EFC4. Grayscale: #4C4C4C. Windows color (decimal): -3469253 or 3870923. OLE color: 3870923.
HSL color Cylindrical-coordinate representation of color #CB103B: hue angle of 346.2º 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 #CB103B is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.20 |
| HSL | 346.2º | 0.85% | 0.43% | - |
| HSV(B) | 346.2º | 0.92% | 0.8% | - |
| XYZ | 25.6 | 13.38 | 5.37 | - |
| YUV | 76.82 | 117.95 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 59 | 0 | 0.92 | 0.71 | 0.20 | 346.2 | 0.85 | 0.43 |
| Hex | CB | 10 | 3B | 0 | 5C | 47 | 14 | 15A | 55 | 2B |
| Octal | 313 | 20 | 73 | 0 | 134 | 107 | 24 | 532 | 125 | 53 |
| Binary | 11001011 | 10000 | 111011 | 0 | 1011100 | 1000111 | 10100 | 101011010 | 1010101 | 101011 |
Color Harmonies of #CB103B
Complementary color
Monochromatic Colors of #CB103B
Black with #CB103B
Text Example
Text Example
White with #CB103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB103B; }
p { color: rgb(203,16,59); }
H1.HeaderClassName
{
color: #CB103B;
}
.AnyTagClassName
{
color: #CB103B;
}
</style>
background-color css
<style>
a { background-color: #CB103B; }
a { background-color: rgb(203,16,59); }
div.DivClassName
{
background-color: #CB103B;
}
.BgClassName
{
background-color: #CB103B;
}
</style>
border-color css
<style>
span { border-color: #CB103B; }
span { border-color: rgb(203,16,59); }
td.TdClassName
{
border-color: #CB103B;
}
.TagClassName
{
border-color: #CB103B;
}
</style>