Shades of Cardinal #C0133D
Tints of Cardinal #C0133D
RGB
CMYK
RGB Variations
Color information
#C0133D (or 0xC0133D) is known color: Cardinal. HEX triplet: C0, 13 and 3D. RGB value is (192,19,61). Sum of RGB (Red+Green+Blue) = 192+19+61=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0133D is #3FECC2. Grayscale: #4B4B4B. Windows color (decimal): -4189379 or 4002752. OLE color: 4002752.
HSL color Cylindrical-coordinate representation of color #C0133D: hue angle of 345.43º 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 #C0133D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 61 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.25 |
| HSL | 345.43º | 0.82% | 0.41% | - |
| HSV(B) | 345.43º | 0.9% | 0.75% | - |
| XYZ | 22.81 | 12.01 | 5.53 | - |
| YUV | 75.52 | 119.81 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 61 | 0 | 0.90 | 0.68 | 0.25 | 345.43 | 0.82 | 0.41 |
| Hex | C0 | 13 | 3D | 0 | 5A | 44 | 19 | 159 | 52 | 29 |
| Octal | 300 | 23 | 75 | 0 | 132 | 104 | 31 | 531 | 122 | 51 |
| Binary | 11000000 | 10011 | 111101 | 0 | 1011010 | 1000100 | 11001 | 101011001 | 1010010 | 101001 |
Color Harmonies of #C0133D
Complementary color
Monochromatic Colors of #C0133D
Black with #C0133D
Text Example
Text Example
White with #C0133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0133D; }
p { color: rgb(192,19,61); }
H1.HeaderClassName
{
color: #C0133D;
}
.AnyTagClassName
{
color: #C0133D;
}
</style>
background-color css
<style>
a { background-color: #C0133D; }
a { background-color: rgb(192,19,61); }
div.DivClassName
{
background-color: #C0133D;
}
.BgClassName
{
background-color: #C0133D;
}
</style>
border-color css
<style>
span { border-color: #C0133D; }
span { border-color: rgb(192,19,61); }
td.TdClassName
{
border-color: #C0133D;
}
.TagClassName
{
border-color: #C0133D;
}
</style>