Shades of Cardinal #C00930
Tints of Cardinal #C00930
RGB
CMYK
RGB Variations
Color information
#C00930 (or 0xC00930) is known color: Cardinal. HEX triplet: C0, 09 and 30. RGB value is (192,9,48). Sum of RGB (Red+Green+Blue) = 192+9+48=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C00930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00930 is #3FF6CF. Grayscale: #444444. Windows color (decimal): -4191952 or 3148224. OLE color: 3148224.
HSL color Cylindrical-coordinate representation of color #C00930: hue angle of 347.21º 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 #C00930 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 48 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.25 |
| HSL | 347.21º | 0.91% | 0.39% | - |
| HSV(B) | 347.21º | 0.95% | 0.75% | - |
| XYZ | 22.37 | 11.62 | 3.86 | - |
| YUV | 68.16 | 116.63 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 48 | 0 | 0.95 | 0.75 | 0.25 | 347.21 | 0.91 | 0.39 |
| Hex | C0 | 9 | 30 | 0 | 5F | 4B | 19 | 15B | 5B | 27 |
| Octal | 300 | 11 | 60 | 0 | 137 | 113 | 31 | 533 | 133 | 47 |
| Binary | 11000000 | 1001 | 110000 | 0 | 1011111 | 1001011 | 11001 | 101011011 | 1011011 | 100111 |
Color Harmonies of #C00930
Complementary color
Monochromatic Colors of #C00930
Black with #C00930
Text Example
Text Example
White with #C00930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00930; }
p { color: rgb(192,9,48); }
H1.HeaderClassName
{
color: #C00930;
}
.AnyTagClassName
{
color: #C00930;
}
</style>
background-color css
<style>
a { background-color: #C00930; }
a { background-color: rgb(192,9,48); }
div.DivClassName
{
background-color: #C00930;
}
.BgClassName
{
background-color: #C00930;
}
</style>
border-color css
<style>
span { border-color: #C00930; }
span { border-color: rgb(192,9,48); }
td.TdClassName
{
border-color: #C00930;
}
.TagClassName
{
border-color: #C00930;
}
</style>