Shades of Cardinal #C0133F
Tints of Cardinal #C0133F
RGB
CMYK
RGB Variations
Color information
#C0133F (or 0xC0133F) is known color: Cardinal. HEX triplet: C0, 13 and 3F. RGB value is (192,19,63). Sum of RGB (Red+Green+Blue) = 192+19+63=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0133F is #3FECC0. Grayscale: #4B4B4B. Windows color (decimal): -4189377 or 4133824. OLE color: 4133824.
HSL color Cylindrical-coordinate representation of color #C0133F: hue angle of 344.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0133F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.25 |
| HSL | 344.74º | 0.82% | 0.41% | - |
| HSV(B) | 344.74º | 0.9% | 0.75% | - |
| XYZ | 22.87 | 12.03 | 5.82 | - |
| YUV | 75.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 63 | 0 | 0.90 | 0.67 | 0.25 | 344.74 | 0.82 | 0.41 |
| Hex | C0 | 13 | 3F | 0 | 5A | 43 | 19 | 159 | 52 | 29 |
| Octal | 300 | 23 | 77 | 0 | 132 | 103 | 31 | 531 | 122 | 51 |
| Binary | 11000000 | 10011 | 111111 | 0 | 1011010 | 1000011 | 11001 | 101011001 | 1010010 | 101001 |
Color Harmonies of #C0133F
Complementary color
Monochromatic Colors of #C0133F
Black with #C0133F
Text Example
Text Example
White with #C0133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0133F; }
p { color: rgb(192,19,63); }
H1.HeaderClassName
{
color: #C0133F;
}
.AnyTagClassName
{
color: #C0133F;
}
</style>
background-color css
<style>
a { background-color: #C0133F; }
a { background-color: rgb(192,19,63); }
div.DivClassName
{
background-color: #C0133F;
}
.BgClassName
{
background-color: #C0133F;
}
</style>
border-color css
<style>
span { border-color: #C0133F; }
span { border-color: rgb(192,19,63); }
td.TdClassName
{
border-color: #C0133F;
}
.TagClassName
{
border-color: #C0133F;
}
</style>