Shades of Cardinal #C00634
Tints of Cardinal #C00634
RGB
CMYK
RGB Variations
Color information
#C00634 (or 0xC00634) is known color: Cardinal. HEX triplet: C0, 06 and 34. RGB value is (192,6,52). Sum of RGB (Red+Green+Blue) = 192+6+52=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C00634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00634 is #3FF9CB. Grayscale: #424242. Windows color (decimal): -4192716 or 3409600. OLE color: 3409600.
HSL color Cylindrical-coordinate representation of color #C00634: hue angle of 345.16º 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 #C00634 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.25 |
| HSL | 345.16º | 0.94% | 0.39% | - |
| HSV(B) | 345.16º | 0.97% | 0.75% | - |
| XYZ | 22.42 | 11.58 | 4.3 | - |
| YUV | 66.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 52 | 0 | 0.97 | 0.73 | 0.25 | 345.16 | 0.94 | 0.39 |
| Hex | C0 | 6 | 34 | 0 | 61 | 49 | 19 | 159 | 5E | 27 |
| Octal | 300 | 6 | 64 | 0 | 141 | 111 | 31 | 531 | 136 | 47 |
| Binary | 11000000 | 110 | 110100 | 0 | 1100001 | 1001001 | 11001 | 101011001 | 1011110 | 100111 |
Color Harmonies of #C00634
Complementary color
Monochromatic Colors of #C00634
Black with #C00634
Text Example
Text Example
White with #C00634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00634; }
p { color: rgb(192,6,52); }
H1.HeaderClassName
{
color: #C00634;
}
.AnyTagClassName
{
color: #C00634;
}
</style>
background-color css
<style>
a { background-color: #C00634; }
a { background-color: rgb(192,6,52); }
div.DivClassName
{
background-color: #C00634;
}
.BgClassName
{
background-color: #C00634;
}
</style>
border-color css
<style>
span { border-color: #C00634; }
span { border-color: rgb(192,6,52); }
td.TdClassName
{
border-color: #C00634;
}
.TagClassName
{
border-color: #C00634;
}
</style>