Shades of Cardinal #C30045
Tints of Cardinal #C30045
RGB
CMYK
RGB Variations
Color information
#C30045 (or 0xC30045) is known color: Cardinal. HEX triplet: C3, 00 and 45. RGB value is (195,0,69). Sum of RGB (Red+Green+Blue) = 195+0+69=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C30045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30045 is #3CFFBA. Grayscale: #424242. Windows color (decimal): -3997627 or 4522179. OLE color: 4522179.
HSL color Cylindrical-coordinate representation of color #C30045: hue angle of 338.77º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30045 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.65 | 0.24 |
| HSL | 338.77º | 1% | 0.38% | - |
| HSV(B) | 338.77º | 1% | 0.76% | - |
| XYZ | 23.58 | 12.03 | 6.71 | - |
| YUV | 66.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 69 | 0 | 1 | 0.65 | 0.24 | 338.77 | 1 | 0.38 |
| Hex | C3 | 0 | 45 | 0 | 64 | 41 | 18 | 153 | 64 | 26 |
| Octal | 303 | 0 | 105 | 0 | 144 | 101 | 30 | 523 | 144 | 46 |
| Binary | 11000011 | 0 | 1000101 | 0 | 1100100 | 1000001 | 11000 | 101010011 | 1100100 | 100110 |
Color Harmonies of #C30045
Complementary color
Monochromatic Colors of #C30045
Black with #C30045
Text Example
Text Example
White with #C30045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30045; }
p { color: rgb(195,0,69); }
H1.HeaderClassName
{
color: #C30045;
}
.AnyTagClassName
{
color: #C30045;
}
</style>
background-color css
<style>
a { background-color: #C30045; }
a { background-color: rgb(195,0,69); }
div.DivClassName
{
background-color: #C30045;
}
.BgClassName
{
background-color: #C30045;
}
</style>
border-color css
<style>
span { border-color: #C30045; }
span { border-color: rgb(195,0,69); }
td.TdClassName
{
border-color: #C30045;
}
.TagClassName
{
border-color: #C30045;
}
</style>