Shades of Cardinal #C00136
Tints of Cardinal #C00136
RGB
CMYK
RGB Variations
Color information
#C00136 (or 0xC00136) is known color: Cardinal. HEX triplet: C0, 01 and 36. RGB value is (192,1,54). Sum of RGB (Red+Green+Blue) = 192+1+54=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C00136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00136 is #3FFEC9. Grayscale: #404040. Windows color (decimal): -4193994 or 3539392. OLE color: 3539392.
HSL color Cylindrical-coordinate representation of color #C00136: hue angle of 343.35º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00136 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.25 |
| HSL | 343.35º | 0.99% | 0.38% | - |
| HSV(B) | 343.35º | 0.99% | 0.75% | - |
| XYZ | 22.41 | 11.49 | 4.53 | - |
| YUV | 64.15 | 122.28 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 54 | 0 | 0.99 | 0.72 | 0.25 | 343.35 | 0.99 | 0.38 |
| Hex | C0 | 1 | 36 | 0 | 63 | 48 | 19 | 157 | 63 | 26 |
| Octal | 300 | 1 | 66 | 0 | 143 | 110 | 31 | 527 | 143 | 46 |
| Binary | 11000000 | 1 | 110110 | 0 | 1100011 | 1001000 | 11001 | 101010111 | 1100011 | 100110 |
Color Harmonies of #C00136
Complementary color
Monochromatic Colors of #C00136
Black with #C00136
Text Example
Text Example
White with #C00136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00136; }
p { color: rgb(192,1,54); }
H1.HeaderClassName
{
color: #C00136;
}
.AnyTagClassName
{
color: #C00136;
}
</style>
background-color css
<style>
a { background-color: #C00136; }
a { background-color: rgb(192,1,54); }
div.DivClassName
{
background-color: #C00136;
}
.BgClassName
{
background-color: #C00136;
}
</style>
border-color css
<style>
span { border-color: #C00136; }
span { border-color: rgb(192,1,54); }
td.TdClassName
{
border-color: #C00136;
}
.TagClassName
{
border-color: #C00136;
}
</style>