Shades of Cardinal #CB103A
Tints of Cardinal #CB103A
RGB
CMYK
RGB Variations
Color information
#CB103A (or 0xCB103A) is known color: Cardinal. HEX triplet: CB, 10 and 3A. RGB value is (203,16,58). Sum of RGB (Red+Green+Blue) = 203+16+58=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB103A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB103A is #34EFC5. Grayscale: #4C4C4C. Windows color (decimal): -3469254 or 3805387. OLE color: 3805387.
HSL color Cylindrical-coordinate representation of color #CB103A: hue angle of 346.52º 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 #CB103A is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 16 | 58 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.20 |
| HSL | 346.52º | 0.85% | 0.43% | - |
| HSV(B) | 346.52º | 0.92% | 0.8% | - |
| XYZ | 25.58 | 13.37 | 5.24 | - |
| YUV | 76.7 | 117.45 | 218.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 16 | 58 | 0 | 0.92 | 0.71 | 0.20 | 346.52 | 0.85 | 0.43 |
| Hex | CB | 10 | 3A | 0 | 5C | 47 | 14 | 15B | 55 | 2B |
| Octal | 313 | 20 | 72 | 0 | 134 | 107 | 24 | 533 | 125 | 53 |
| Binary | 11001011 | 10000 | 111010 | 0 | 1011100 | 1000111 | 10100 | 101011011 | 1010101 | 101011 |
Color Harmonies of #CB103A
Complementary color
Monochromatic Colors of #CB103A
Black with #CB103A
Text Example
Text Example
White with #CB103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB103A; }
p { color: rgb(203,16,58); }
H1.HeaderClassName
{
color: #CB103A;
}
.AnyTagClassName
{
color: #CB103A;
}
</style>
background-color css
<style>
a { background-color: #CB103A; }
a { background-color: rgb(203,16,58); }
div.DivClassName
{
background-color: #CB103A;
}
.BgClassName
{
background-color: #CB103A;
}
</style>
border-color css
<style>
span { border-color: #CB103A; }
span { border-color: rgb(203,16,58); }
td.TdClassName
{
border-color: #CB103A;
}
.TagClassName
{
border-color: #CB103A;
}
</style>