Shades of Cardinal #C30A30
Tints of Cardinal #C30A30
RGB
CMYK
RGB Variations
Color information
#C30A30 (or 0xC30A30) is known color: Cardinal. HEX triplet: C3, 0A and 30. RGB value is (195,10,48). Sum of RGB (Red+Green+Blue) = 195+10+48=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C30A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30A30 is #3CF5CF. Grayscale: #454545. Windows color (decimal): -3995088 or 3148483. OLE color: 3148483.
HSL color Cylindrical-coordinate representation of color #C30A30: hue angle of 347.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30A30 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 10 | 48 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.24 |
| HSL | 347.68º | 0.9% | 0.4% | - |
| HSV(B) | 347.68º | 0.95% | 0.76% | - |
| XYZ | 23.15 | 12.03 | 3.9 | - |
| YUV | 69.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 10 | 48 | 0 | 0.95 | 0.75 | 0.24 | 347.68 | 0.9 | 0.4 |
| Hex | C3 | A | 30 | 0 | 5F | 4B | 18 | 15C | 5A | 28 |
| Octal | 303 | 12 | 60 | 0 | 137 | 113 | 30 | 534 | 132 | 50 |
| Binary | 11000011 | 1010 | 110000 | 0 | 1011111 | 1001011 | 11000 | 101011100 | 1011010 | 101000 |
Color Harmonies of #C30A30
Complementary color
Monochromatic Colors of #C30A30
Black with #C30A30
Text Example
Text Example
White with #C30A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30A30; }
p { color: rgb(195,10,48); }
H1.HeaderClassName
{
color: #C30A30;
}
.AnyTagClassName
{
color: #C30A30;
}
</style>
background-color css
<style>
a { background-color: #C30A30; }
a { background-color: rgb(195,10,48); }
div.DivClassName
{
background-color: #C30A30;
}
.BgClassName
{
background-color: #C30A30;
}
</style>
border-color css
<style>
span { border-color: #C30A30; }
span { border-color: rgb(195,10,48); }
td.TdClassName
{
border-color: #C30A30;
}
.TagClassName
{
border-color: #C30A30;
}
</style>