Shades of Cardinal #C00534
Tints of Cardinal #C00534
RGB
CMYK
RGB Variations
Color information
#C00534 (or 0xC00534) is known color: Cardinal. HEX triplet: C0, 05 and 34. RGB value is (192,5,52). Sum of RGB (Red+Green+Blue) = 192+5+52=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00534 is #3FFACB. Grayscale: #424242. Windows color (decimal): -4192972 or 3409344. OLE color: 3409344.
HSL color Cylindrical-coordinate representation of color #C00534: hue angle of 344.92º degrees, saturation: 0.95, 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 #C00534 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 5 | 52 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.25 |
| HSL | 344.92º | 0.95% | 0.39% | - |
| HSV(B) | 344.92º | 0.97% | 0.75% | - |
| XYZ | 22.41 | 11.56 | 4.3 | - |
| YUV | 66.27 | 119.95 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 52 | 0 | 0.97 | 0.73 | 0.25 | 344.92 | 0.95 | 0.39 |
| Hex | C0 | 5 | 34 | 0 | 61 | 49 | 19 | 159 | 5F | 27 |
| Octal | 300 | 5 | 64 | 0 | 141 | 111 | 31 | 531 | 137 | 47 |
| Binary | 11000000 | 101 | 110100 | 0 | 1100001 | 1001001 | 11001 | 101011001 | 1011111 | 100111 |
Color Harmonies of #C00534
Complementary color
Monochromatic Colors of #C00534
Black with #C00534
Text Example
Text Example
White with #C00534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00534; }
p { color: rgb(192,5,52); }
H1.HeaderClassName
{
color: #C00534;
}
.AnyTagClassName
{
color: #C00534;
}
</style>
background-color css
<style>
a { background-color: #C00534; }
a { background-color: rgb(192,5,52); }
div.DivClassName
{
background-color: #C00534;
}
.BgClassName
{
background-color: #C00534;
}
</style>
border-color css
<style>
span { border-color: #C00534; }
span { border-color: rgb(192,5,52); }
td.TdClassName
{
border-color: #C00534;
}
.TagClassName
{
border-color: #C00534;
}
</style>