Shades of Cardinal #C10348
Tints of Cardinal #C10348
RGB
CMYK
RGB Variations
Color information
#C10348 (or 0xC10348) is known color: Cardinal. HEX triplet: C1, 03 and 48. RGB value is (193,3,72). Sum of RGB (Red+Green+Blue) = 193+3+72=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C10348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10348 is #3EFCB7. Grayscale: #434343. Windows color (decimal): -4127928 or 4719553. OLE color: 4719553.
HSL color Cylindrical-coordinate representation of color #C10348: hue angle of 338.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10348 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 72 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.24 |
| HSL | 338.21º | 0.97% | 0.38% | - |
| HSV(B) | 338.21º | 0.98% | 0.76% | - |
| XYZ | 23.19 | 11.87 | 7.2 | - |
| YUV | 67.68 | 130.45 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 72 | 0 | 0.98 | 0.63 | 0.24 | 338.21 | 0.97 | 0.38 |
| Hex | C1 | 3 | 48 | 0 | 62 | 3F | 18 | 152 | 61 | 26 |
| Octal | 301 | 3 | 110 | 0 | 142 | 77 | 30 | 522 | 141 | 46 |
| Binary | 11000001 | 11 | 1001000 | 0 | 1100010 | 111111 | 11000 | 101010010 | 1100001 | 100110 |
Color Harmonies of #C10348
Complementary color
Monochromatic Colors of #C10348
Black with #C10348
Text Example
Text Example
White with #C10348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10348; }
p { color: rgb(193,3,72); }
H1.HeaderClassName
{
color: #C10348;
}
.AnyTagClassName
{
color: #C10348;
}
</style>
background-color css
<style>
a { background-color: #C10348; }
a { background-color: rgb(193,3,72); }
div.DivClassName
{
background-color: #C10348;
}
.BgClassName
{
background-color: #C10348;
}
</style>
border-color css
<style>
span { border-color: #C10348; }
span { border-color: rgb(193,3,72); }
td.TdClassName
{
border-color: #C10348;
}
.TagClassName
{
border-color: #C10348;
}
</style>