Shades of Cardinal #C30736
Tints of Cardinal #C30736
RGB
CMYK
RGB Variations
Color information
#C30736 (or 0xC30736) is known color: Cardinal. HEX triplet: C3, 07 and 36. RGB value is (195,7,54). Sum of RGB (Red+Green+Blue) = 195+7+54=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C30736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30736 is #3CF8C9. Grayscale: #444444. Windows color (decimal): -3995850 or 3540931. OLE color: 3540931.
HSL color Cylindrical-coordinate representation of color #C30736: hue angle of 345º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30736 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 54 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.24 |
| HSL | 345º | 0.93% | 0.4% | - |
| HSV(B) | 345º | 0.96% | 0.76% | - |
| XYZ | 23.25 | 12.02 | 4.58 | - |
| YUV | 68.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 54 | 0 | 0.96 | 0.72 | 0.24 | 345 | 0.93 | 0.4 |
| Hex | C3 | 7 | 36 | 0 | 60 | 48 | 18 | 159 | 5D | 28 |
| Octal | 303 | 7 | 66 | 0 | 140 | 110 | 30 | 531 | 135 | 50 |
| Binary | 11000011 | 111 | 110110 | 0 | 1100000 | 1001000 | 11000 | 101011001 | 1011101 | 101000 |
Color Harmonies of #C30736
Complementary color
Monochromatic Colors of #C30736
Black with #C30736
Text Example
Text Example
White with #C30736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30736; }
p { color: rgb(195,7,54); }
H1.HeaderClassName
{
color: #C30736;
}
.AnyTagClassName
{
color: #C30736;
}
</style>
background-color css
<style>
a { background-color: #C30736; }
a { background-color: rgb(195,7,54); }
div.DivClassName
{
background-color: #C30736;
}
.BgClassName
{
background-color: #C30736;
}
</style>
border-color css
<style>
span { border-color: #C30736; }
span { border-color: rgb(195,7,54); }
td.TdClassName
{
border-color: #C30736;
}
.TagClassName
{
border-color: #C30736;
}
</style>