Shades of Cardinal #C00933
Tints of Cardinal #C00933
RGB
CMYK
RGB Variations
Color information
#C00933 (or 0xC00933) is known color: Cardinal. HEX triplet: C0, 09 and 33. RGB value is (192,9,51). Sum of RGB (Red+Green+Blue) = 192+9+51=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C00933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00933 is #3FF6CC. Grayscale: #444444. Windows color (decimal): -4191949 or 3344832. OLE color: 3344832.
HSL color Cylindrical-coordinate representation of color #C00933: hue angle of 346.23º 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 #C00933 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 51 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.25 |
| HSL | 346.23º | 0.91% | 0.39% | - |
| HSV(B) | 346.23º | 0.95% | 0.75% | - |
| XYZ | 22.43 | 11.64 | 4.2 | - |
| YUV | 68.51 | 118.13 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 51 | 0 | 0.95 | 0.73 | 0.25 | 346.23 | 0.91 | 0.39 |
| Hex | C0 | 9 | 33 | 0 | 5F | 49 | 19 | 15A | 5B | 27 |
| Octal | 300 | 11 | 63 | 0 | 137 | 111 | 31 | 532 | 133 | 47 |
| Binary | 11000000 | 1001 | 110011 | 0 | 1011111 | 1001001 | 11001 | 101011010 | 1011011 | 100111 |
Color Harmonies of #C00933
Complementary color
Monochromatic Colors of #C00933
Black with #C00933
Text Example
Text Example
White with #C00933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00933; }
p { color: rgb(192,9,51); }
H1.HeaderClassName
{
color: #C00933;
}
.AnyTagClassName
{
color: #C00933;
}
</style>
background-color css
<style>
a { background-color: #C00933; }
a { background-color: rgb(192,9,51); }
div.DivClassName
{
background-color: #C00933;
}
.BgClassName
{
background-color: #C00933;
}
</style>
border-color css
<style>
span { border-color: #C00933; }
span { border-color: rgb(192,9,51); }
td.TdClassName
{
border-color: #C00933;
}
.TagClassName
{
border-color: #C00933;
}
</style>