Shades of Cardinal #C30036
Tints of Cardinal #C30036
RGB
CMYK
RGB Variations
Color information
#C30036 (or 0xC30036) is known color: Cardinal. HEX triplet: C3, 00 and 36. RGB value is (195,0,54). Sum of RGB (Red+Green+Blue) = 195+0+54=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C30036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30036 is #3CFFC9. Grayscale: #404040. Windows color (decimal): -3997642 or 3539139. OLE color: 3539139.
HSL color Cylindrical-coordinate representation of color #C30036: hue angle of 343.38º 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 #C30036 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.72 | 0.24 |
| HSL | 343.38º | 1% | 0.38% | - |
| HSV(B) | 343.38º | 1% | 0.76% | - |
| XYZ | 23.17 | 11.87 | 4.56 | - |
| YUV | 64.46 | 122.1 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 54 | 0 | 1 | 0.72 | 0.24 | 343.38 | 1 | 0.38 |
| Hex | C3 | 0 | 36 | 0 | 64 | 48 | 18 | 157 | 64 | 26 |
| Octal | 303 | 0 | 66 | 0 | 144 | 110 | 30 | 527 | 144 | 46 |
| Binary | 11000011 | 0 | 110110 | 0 | 1100100 | 1001000 | 11000 | 101010111 | 1100100 | 100110 |
Color Harmonies of #C30036
Complementary color
Monochromatic Colors of #C30036
Black with #C30036
Text Example
Text Example
White with #C30036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30036; }
p { color: rgb(195,0,54); }
H1.HeaderClassName
{
color: #C30036;
}
.AnyTagClassName
{
color: #C30036;
}
</style>
background-color css
<style>
a { background-color: #C30036; }
a { background-color: rgb(195,0,54); }
div.DivClassName
{
background-color: #C30036;
}
.BgClassName
{
background-color: #C30036;
}
</style>
border-color css
<style>
span { border-color: #C30036; }
span { border-color: rgb(195,0,54); }
td.TdClassName
{
border-color: #C30036;
}
.TagClassName
{
border-color: #C30036;
}
</style>