Shades of Cardinal #C00636
Tints of Cardinal #C00636
RGB
CMYK
RGB Variations
Color information
#C00636 (or 0xC00636) is known color: Cardinal. HEX triplet: C0, 06 and 36. RGB value is (192,6,54). Sum of RGB (Red+Green+Blue) = 192+6+54=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C00636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00636 is #3FF9C9. Grayscale: #434343. Windows color (decimal): -4192714 or 3540672. OLE color: 3540672.
HSL color Cylindrical-coordinate representation of color #C00636: hue angle of 344.52º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00636 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 54 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.25 |
| HSL | 344.52º | 0.94% | 0.39% | - |
| HSV(B) | 344.52º | 0.97% | 0.75% | - |
| XYZ | 22.47 | 11.6 | 4.55 | - |
| YUV | 67.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 54 | 0 | 0.97 | 0.72 | 0.25 | 344.52 | 0.94 | 0.39 |
| Hex | C0 | 6 | 36 | 0 | 61 | 48 | 19 | 159 | 5E | 27 |
| Octal | 300 | 6 | 66 | 0 | 141 | 110 | 31 | 531 | 136 | 47 |
| Binary | 11000000 | 110 | 110110 | 0 | 1100001 | 1001000 | 11001 | 101011001 | 1011110 | 100111 |
Color Harmonies of #C00636
Complementary color
Monochromatic Colors of #C00636
Black with #C00636
Text Example
Text Example
White with #C00636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00636; }
p { color: rgb(192,6,54); }
H1.HeaderClassName
{
color: #C00636;
}
.AnyTagClassName
{
color: #C00636;
}
</style>
background-color css
<style>
a { background-color: #C00636; }
a { background-color: rgb(192,6,54); }
div.DivClassName
{
background-color: #C00636;
}
.BgClassName
{
background-color: #C00636;
}
</style>
border-color css
<style>
span { border-color: #C00636; }
span { border-color: rgb(192,6,54); }
td.TdClassName
{
border-color: #C00636;
}
.TagClassName
{
border-color: #C00636;
}
</style>