Shades of Cardinal #C01834
Tints of Cardinal #C01834
RGB
CMYK
RGB Variations
Color information
#C01834 (or 0xC01834) is known color: Cardinal. HEX triplet: C0, 18 and 34. RGB value is (192,24,52). Sum of RGB (Red+Green+Blue) = 192+24+52=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C01834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01834 is #3FE7CB. Grayscale: #4D4D4D. Windows color (decimal): -4188108 or 3414208. OLE color: 3414208.
HSL color Cylindrical-coordinate representation of color #C01834: hue angle of 350º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01834 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 52 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.25 |
| HSL | 350º | 0.78% | 0.42% | - |
| HSV(B) | 350º | 0.88% | 0.75% | - |
| XYZ | 22.68 | 12.11 | 4.39 | - |
| YUV | 77.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 52 | 0 | 0.88 | 0.73 | 0.25 | 350 | 0.78 | 0.42 |
| Hex | C0 | 18 | 34 | 0 | 58 | 49 | 19 | 15E | 4E | 2A |
| Octal | 300 | 30 | 64 | 0 | 130 | 111 | 31 | 536 | 116 | 52 |
| Binary | 11000000 | 11000 | 110100 | 0 | 1011000 | 1001001 | 11001 | 101011110 | 1001110 | 101010 |
Color Harmonies of #C01834
Complementary color
Monochromatic Colors of #C01834
Black with #C01834
Text Example
Text Example
White with #C01834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01834; }
p { color: rgb(192,24,52); }
H1.HeaderClassName
{
color: #C01834;
}
.AnyTagClassName
{
color: #C01834;
}
</style>
background-color css
<style>
a { background-color: #C01834; }
a { background-color: rgb(192,24,52); }
div.DivClassName
{
background-color: #C01834;
}
.BgClassName
{
background-color: #C01834;
}
</style>
border-color css
<style>
span { border-color: #C01834; }
span { border-color: rgb(192,24,52); }
td.TdClassName
{
border-color: #C01834;
}
.TagClassName
{
border-color: #C01834;
}
</style>