Shades of Cardinal #C0103B
Tints of Cardinal #C0103B
RGB
CMYK
RGB Variations
Color information
#C0103B (or 0xC0103B) is known color: Cardinal. HEX triplet: C0, 10 and 3B. RGB value is (192,16,59). Sum of RGB (Red+Green+Blue) = 192+16+59=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C0103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0103B is #3FEFC4. Grayscale: #494949. Windows color (decimal): -4190149 or 3870912. OLE color: 3870912.
HSL color Cylindrical-coordinate representation of color #C0103B: hue angle of 345.34º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0103B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 59 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.25 |
| HSL | 345.34º | 0.85% | 0.41% | - |
| HSV(B) | 345.34º | 0.92% | 0.75% | - |
| XYZ | 22.71 | 11.89 | 5.24 | - |
| YUV | 73.53 | 119.81 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 59 | 0 | 0.92 | 0.69 | 0.25 | 345.34 | 0.85 | 0.41 |
| Hex | C0 | 10 | 3B | 0 | 5C | 45 | 19 | 159 | 55 | 29 |
| Octal | 300 | 20 | 73 | 0 | 134 | 105 | 31 | 531 | 125 | 51 |
| Binary | 11000000 | 10000 | 111011 | 0 | 1011100 | 1000101 | 11001 | 101011001 | 1010101 | 101001 |
Color Harmonies of #C0103B
Complementary color
Monochromatic Colors of #C0103B
Black with #C0103B
Text Example
Text Example
White with #C0103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0103B; }
p { color: rgb(192,16,59); }
H1.HeaderClassName
{
color: #C0103B;
}
.AnyTagClassName
{
color: #C0103B;
}
</style>
background-color css
<style>
a { background-color: #C0103B; }
a { background-color: rgb(192,16,59); }
div.DivClassName
{
background-color: #C0103B;
}
.BgClassName
{
background-color: #C0103B;
}
</style>
border-color css
<style>
span { border-color: #C0103B; }
span { border-color: rgb(192,16,59); }
td.TdClassName
{
border-color: #C0103B;
}
.TagClassName
{
border-color: #C0103B;
}
</style>