Shades of Cardinal #C00932
Tints of Cardinal #C00932
RGB
CMYK
RGB Variations
Color information
#C00932 (or 0xC00932) is known color: Cardinal. HEX triplet: C0, 09 and 32. RGB value is (192,9,50). Sum of RGB (Red+Green+Blue) = 192+9+50=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C00932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00932 is #3FF6CD. Grayscale: #444444. Windows color (decimal): -4191950 or 3279296. OLE color: 3279296.
HSL color Cylindrical-coordinate representation of color #C00932: hue angle of 346.56º 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 #C00932 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 50 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.25 |
| HSL | 346.56º | 0.91% | 0.39% | - |
| HSV(B) | 346.56º | 0.95% | 0.75% | - |
| XYZ | 22.41 | 11.63 | 4.08 | - |
| YUV | 68.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 50 | 0 | 0.95 | 0.74 | 0.25 | 346.56 | 0.91 | 0.39 |
| Hex | C0 | 9 | 32 | 0 | 5F | 4A | 19 | 15B | 5B | 27 |
| Octal | 300 | 11 | 62 | 0 | 137 | 112 | 31 | 533 | 133 | 47 |
| Binary | 11000000 | 1001 | 110010 | 0 | 1011111 | 1001010 | 11001 | 101011011 | 1011011 | 100111 |
Color Harmonies of #C00932
Complementary color
Monochromatic Colors of #C00932
Black with #C00932
Text Example
Text Example
White with #C00932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00932; }
p { color: rgb(192,9,50); }
H1.HeaderClassName
{
color: #C00932;
}
.AnyTagClassName
{
color: #C00932;
}
</style>
background-color css
<style>
a { background-color: #C00932; }
a { background-color: rgb(192,9,50); }
div.DivClassName
{
background-color: #C00932;
}
.BgClassName
{
background-color: #C00932;
}
</style>
border-color css
<style>
span { border-color: #C00932; }
span { border-color: rgb(192,9,50); }
td.TdClassName
{
border-color: #C00932;
}
.TagClassName
{
border-color: #C00932;
}
</style>