Shades of Cardinal #C0092D
Tints of Cardinal #C0092D
RGB
CMYK
RGB Variations
Color information
#C0092D (or 0xC0092D) is known color: Cardinal. HEX triplet: C0, 09 and 2D. RGB value is (192,9,45). Sum of RGB (Red+Green+Blue) = 192+9+45=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C0092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0092D is #3FF6D2. Grayscale: #434343. Windows color (decimal): -4191955 or 2951616. OLE color: 2951616.
HSL color Cylindrical-coordinate representation of color #C0092D: hue angle of 348.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0092D is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.25 |
| HSL | 348.2º | 0.91% | 0.39% | - |
| HSV(B) | 348.2º | 0.95% | 0.75% | - |
| XYZ | 22.31 | 11.59 | 3.54 | - |
| YUV | 67.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 45 | 0 | 0.95 | 0.77 | 0.25 | 348.2 | 0.91 | 0.39 |
| Hex | C0 | 9 | 2D | 0 | 5F | 4D | 19 | 15C | 5B | 27 |
| Octal | 300 | 11 | 55 | 0 | 137 | 115 | 31 | 534 | 133 | 47 |
| Binary | 11000000 | 1001 | 101101 | 0 | 1011111 | 1001101 | 11001 | 101011100 | 1011011 | 100111 |
Color Harmonies of #C0092D
Complementary color
Monochromatic Colors of #C0092D
Black with #C0092D
Text Example
Text Example
White with #C0092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0092D; }
p { color: rgb(192,9,45); }
H1.HeaderClassName
{
color: #C0092D;
}
.AnyTagClassName
{
color: #C0092D;
}
</style>
background-color css
<style>
a { background-color: #C0092D; }
a { background-color: rgb(192,9,45); }
div.DivClassName
{
background-color: #C0092D;
}
.BgClassName
{
background-color: #C0092D;
}
</style>
border-color css
<style>
span { border-color: #C0092D; }
span { border-color: rgb(192,9,45); }
td.TdClassName
{
border-color: #C0092D;
}
.TagClassName
{
border-color: #C0092D;
}
</style>