Shades of Cardinal #C00A30
Tints of Cardinal #C00A30
RGB
CMYK
RGB Variations
Color information
#C00A30 (or 0xC00A30) is known color: Cardinal. HEX triplet: C0, 0A and 30. RGB value is (192,10,48). Sum of RGB (Red+Green+Blue) = 192+10+48=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00A30 is #3FF5CF. Grayscale: #444444. Windows color (decimal): -4191696 or 3148480. OLE color: 3148480.
HSL color Cylindrical-coordinate representation of color #C00A30: hue angle of 347.47º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A30 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 48 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.25 |
| HSL | 347.47º | 0.9% | 0.4% | - |
| HSV(B) | 347.47º | 0.95% | 0.75% | - |
| XYZ | 22.38 | 11.64 | 3.86 | - |
| YUV | 68.75 | 116.3 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 48 | 0 | 0.95 | 0.75 | 0.25 | 347.47 | 0.9 | 0.4 |
| Hex | C0 | A | 30 | 0 | 5F | 4B | 19 | 15B | 5A | 28 |
| Octal | 300 | 12 | 60 | 0 | 137 | 113 | 31 | 533 | 132 | 50 |
| Binary | 11000000 | 1010 | 110000 | 0 | 1011111 | 1001011 | 11001 | 101011011 | 1011010 | 101000 |
Color Harmonies of #C00A30
Complementary color
Monochromatic Colors of #C00A30
Black with #C00A30
Text Example
Text Example
White with #C00A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A30; }
p { color: rgb(192,10,48); }
H1.HeaderClassName
{
color: #C00A30;
}
.AnyTagClassName
{
color: #C00A30;
}
</style>
background-color css
<style>
a { background-color: #C00A30; }
a { background-color: rgb(192,10,48); }
div.DivClassName
{
background-color: #C00A30;
}
.BgClassName
{
background-color: #C00A30;
}
</style>
border-color css
<style>
span { border-color: #C00A30; }
span { border-color: rgb(192,10,48); }
td.TdClassName
{
border-color: #C00A30;
}
.TagClassName
{
border-color: #C00A30;
}
</style>