Shades of Cardinal #C00430
Tints of Cardinal #C00430
RGB
CMYK
RGB Variations
Color information
#C00430 (or 0xC00430) is known color: Cardinal. HEX triplet: C0, 04 and 30. RGB value is (192,4,48). Sum of RGB (Red+Green+Blue) = 192+4+48=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C00430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00430 is #3FFBCF. Grayscale: #414141. Windows color (decimal): -4193232 or 3146944. OLE color: 3146944.
HSL color Cylindrical-coordinate representation of color #C00430: hue angle of 345.96º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00430 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 48 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.25 |
| HSL | 345.96º | 0.96% | 0.38% | - |
| HSV(B) | 345.96º | 0.98% | 0.75% | - |
| XYZ | 22.32 | 11.51 | 3.84 | - |
| YUV | 65.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 48 | 0 | 0.98 | 0.75 | 0.25 | 345.96 | 0.96 | 0.38 |
| Hex | C0 | 4 | 30 | 0 | 62 | 4B | 19 | 15A | 60 | 26 |
| Octal | 300 | 4 | 60 | 0 | 142 | 113 | 31 | 532 | 140 | 46 |
| Binary | 11000000 | 100 | 110000 | 0 | 1100010 | 1001011 | 11001 | 101011010 | 1100000 | 100110 |
Color Harmonies of #C00430
Complementary color
Monochromatic Colors of #C00430
Black with #C00430
Text Example
Text Example
White with #C00430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00430; }
p { color: rgb(192,4,48); }
H1.HeaderClassName
{
color: #C00430;
}
.AnyTagClassName
{
color: #C00430;
}
</style>
background-color css
<style>
a { background-color: #C00430; }
a { background-color: rgb(192,4,48); }
div.DivClassName
{
background-color: #C00430;
}
.BgClassName
{
background-color: #C00430;
}
</style>
border-color css
<style>
span { border-color: #C00430; }
span { border-color: rgb(192,4,48); }
td.TdClassName
{
border-color: #C00430;
}
.TagClassName
{
border-color: #C00430;
}
</style>