Shades of Cardinal #C40348
Tints of Cardinal #C40348
RGB
CMYK
RGB Variations
Color information
#C40348 (or 0xC40348) is known color: Cardinal. HEX triplet: C4, 03 and 48. RGB value is (196,3,72). Sum of RGB (Red+Green+Blue) = 196+3+72=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C40348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40348 is #3BFCB7. Grayscale: #444444. Windows color (decimal): -3931320 or 4719556. OLE color: 4719556.
HSL color Cylindrical-coordinate representation of color #C40348: hue angle of 338.55º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40348 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 72 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.23 |
| HSL | 338.55º | 0.97% | 0.39% | - |
| HSV(B) | 338.55º | 0.98% | 0.77% | - |
| XYZ | 23.97 | 12.27 | 7.24 | - |
| YUV | 68.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 72 | 0 | 0.98 | 0.63 | 0.23 | 338.55 | 0.97 | 0.39 |
| Hex | C4 | 3 | 48 | 0 | 62 | 3F | 17 | 153 | 61 | 27 |
| Octal | 304 | 3 | 110 | 0 | 142 | 77 | 27 | 523 | 141 | 47 |
| Binary | 11000100 | 11 | 1001000 | 0 | 1100010 | 111111 | 10111 | 101010011 | 1100001 | 100111 |
Color Harmonies of #C40348
Complementary color
Monochromatic Colors of #C40348
Black with #C40348
Text Example
Text Example
White with #C40348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40348; }
p { color: rgb(196,3,72); }
H1.HeaderClassName
{
color: #C40348;
}
.AnyTagClassName
{
color: #C40348;
}
</style>
background-color css
<style>
a { background-color: #C40348; }
a { background-color: rgb(196,3,72); }
div.DivClassName
{
background-color: #C40348;
}
.BgClassName
{
background-color: #C40348;
}
</style>
border-color css
<style>
span { border-color: #C40348; }
span { border-color: rgb(196,3,72); }
td.TdClassName
{
border-color: #C40348;
}
.TagClassName
{
border-color: #C40348;
}
</style>