Shades of Cardinal #C00B2D
Tints of Cardinal #C00B2D
RGB
CMYK
RGB Variations
Color information
#C00B2D (or 0xC00B2D) is known color: Cardinal. HEX triplet: C0, 0B and 2D. RGB value is (192,11,45). Sum of RGB (Red+Green+Blue) = 192+11+45=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B2D is #3FF4D2. Grayscale: #454545. Windows color (decimal): -4191443 or 2952128. OLE color: 2952128.
HSL color Cylindrical-coordinate representation of color #C00B2D: hue angle of 348.73º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00B2D is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.25 |
| HSL | 348.73º | 0.89% | 0.4% | - |
| HSV(B) | 348.73º | 0.94% | 0.75% | - |
| XYZ | 22.33 | 11.64 | 3.55 | - |
| YUV | 69 | 114.47 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 45 | 0 | 0.94 | 0.77 | 0.25 | 348.73 | 0.89 | 0.4 |
| Hex | C0 | B | 2D | 0 | 5E | 4D | 19 | 15D | 59 | 28 |
| Octal | 300 | 13 | 55 | 0 | 136 | 115 | 31 | 535 | 131 | 50 |
| Binary | 11000000 | 1011 | 101101 | 0 | 1011110 | 1001101 | 11001 | 101011101 | 1011001 | 101000 |
Color Harmonies of #C00B2D
Complementary color
Monochromatic Colors of #C00B2D
Black with #C00B2D
Text Example
Text Example
White with #C00B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B2D; }
p { color: rgb(192,11,45); }
H1.HeaderClassName
{
color: #C00B2D;
}
.AnyTagClassName
{
color: #C00B2D;
}
</style>
background-color css
<style>
a { background-color: #C00B2D; }
a { background-color: rgb(192,11,45); }
div.DivClassName
{
background-color: #C00B2D;
}
.BgClassName
{
background-color: #C00B2D;
}
</style>
border-color css
<style>
span { border-color: #C00B2D; }
span { border-color: rgb(192,11,45); }
td.TdClassName
{
border-color: #C00B2D;
}
.TagClassName
{
border-color: #C00B2D;
}
</style>