Shades of Cardinal #C00436
Tints of Cardinal #C00436
RGB
CMYK
RGB Variations
Color information
#C00436 (or 0xC00436) is known color: Cardinal. HEX triplet: C0, 04 and 36. RGB value is (192,4,54). Sum of RGB (Red+Green+Blue) = 192+4+54=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C00436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00436 is #3FFBC9. Grayscale: #414141. Windows color (decimal): -4193226 or 3540160. OLE color: 3540160.
HSL color Cylindrical-coordinate representation of color #C00436: hue angle of 344.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00436 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.25 |
| HSL | 344.04º | 0.96% | 0.38% | - |
| HSV(B) | 344.04º | 0.98% | 0.75% | - |
| XYZ | 22.45 | 11.56 | 4.54 | - |
| YUV | 65.91 | 121.28 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 54 | 0 | 0.98 | 0.72 | 0.25 | 344.04 | 0.96 | 0.38 |
| Hex | C0 | 4 | 36 | 0 | 62 | 48 | 19 | 158 | 60 | 26 |
| Octal | 300 | 4 | 66 | 0 | 142 | 110 | 31 | 530 | 140 | 46 |
| Binary | 11000000 | 100 | 110110 | 0 | 1100010 | 1001000 | 11001 | 101011000 | 1100000 | 100110 |
Color Harmonies of #C00436
Complementary color
Monochromatic Colors of #C00436
Black with #C00436
Text Example
Text Example
White with #C00436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00436; }
p { color: rgb(192,4,54); }
H1.HeaderClassName
{
color: #C00436;
}
.AnyTagClassName
{
color: #C00436;
}
</style>
background-color css
<style>
a { background-color: #C00436; }
a { background-color: rgb(192,4,54); }
div.DivClassName
{
background-color: #C00436;
}
.BgClassName
{
background-color: #C00436;
}
</style>
border-color css
<style>
span { border-color: #C00436; }
span { border-color: rgb(192,4,54); }
td.TdClassName
{
border-color: #C00436;
}
.TagClassName
{
border-color: #C00436;
}
</style>