Shades of Cardinal #C00B3A
Tints of Cardinal #C00B3A
RGB
CMYK
RGB Variations
Color information
#C00B3A (or 0xC00B3A) is known color: Cardinal. HEX triplet: C0, 0B and 3A. RGB value is (192,11,58). Sum of RGB (Red+Green+Blue) = 192+11+58=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C00B3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00B3A is #3FF4C5. Grayscale: #464646. Windows color (decimal): -4191430 or 3804096. OLE color: 3804096.
HSL color Cylindrical-coordinate representation of color #C00B3A: hue angle of 344.42º 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 #C00B3A is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 11 | 58 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.25 |
| HSL | 344.42º | 0.89% | 0.4% | - |
| HSV(B) | 344.42º | 0.94% | 0.75% | - |
| XYZ | 22.62 | 11.75 | 5.08 | - |
| YUV | 70.48 | 120.97 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 58 | 0 | 0.94 | 0.70 | 0.25 | 344.42 | 0.89 | 0.4 |
| Hex | C0 | B | 3A | 0 | 5E | 46 | 19 | 158 | 59 | 28 |
| Octal | 300 | 13 | 72 | 0 | 136 | 106 | 31 | 530 | 131 | 50 |
| Binary | 11000000 | 1011 | 111010 | 0 | 1011110 | 1000110 | 11001 | 101011000 | 1011001 | 101000 |
Color Harmonies of #C00B3A
Complementary color
Monochromatic Colors of #C00B3A
Black with #C00B3A
Text Example
Text Example
White with #C00B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00B3A; }
p { color: rgb(192,11,58); }
H1.HeaderClassName
{
color: #C00B3A;
}
.AnyTagClassName
{
color: #C00B3A;
}
</style>
background-color css
<style>
a { background-color: #C00B3A; }
a { background-color: rgb(192,11,58); }
div.DivClassName
{
background-color: #C00B3A;
}
.BgClassName
{
background-color: #C00B3A;
}
</style>
border-color css
<style>
span { border-color: #C00B3A; }
span { border-color: rgb(192,11,58); }
td.TdClassName
{
border-color: #C00B3A;
}
.TagClassName
{
border-color: #C00B3A;
}
</style>