Shades of Cardinal #C4133B
Tints of Cardinal #C4133B
RGB
CMYK
RGB Variations
Color information
#C4133B (or 0xC4133B) is known color: Cardinal. HEX triplet: C4, 13 and 3B. RGB value is (196,19,59). Sum of RGB (Red+Green+Blue) = 196+19+59=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4133B is #3BECC4. Grayscale: #4C4C4C. Windows color (decimal): -3927237 or 3871684. OLE color: 3871684.
HSL color Cylindrical-coordinate representation of color #C4133B: hue angle of 346.44º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4133B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 59 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.23 |
| HSL | 346.44º | 0.82% | 0.42% | - |
| HSV(B) | 346.44º | 0.9% | 0.77% | - |
| XYZ | 23.79 | 12.52 | 5.3 | - |
| YUV | 76.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 59 | 0 | 0.90 | 0.70 | 0.23 | 346.44 | 0.82 | 0.42 |
| Hex | C4 | 13 | 3B | 0 | 5A | 46 | 17 | 15A | 52 | 2A |
| Octal | 304 | 23 | 73 | 0 | 132 | 106 | 27 | 532 | 122 | 52 |
| Binary | 11000100 | 10011 | 111011 | 0 | 1011010 | 1000110 | 10111 | 101011010 | 1010010 | 101010 |
Color Harmonies of #C4133B
Complementary color
Monochromatic Colors of #C4133B
Black with #C4133B
Text Example
Text Example
White with #C4133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4133B; }
p { color: rgb(196,19,59); }
H1.HeaderClassName
{
color: #C4133B;
}
.AnyTagClassName
{
color: #C4133B;
}
</style>
background-color css
<style>
a { background-color: #C4133B; }
a { background-color: rgb(196,19,59); }
div.DivClassName
{
background-color: #C4133B;
}
.BgClassName
{
background-color: #C4133B;
}
</style>
border-color css
<style>
span { border-color: #C4133B; }
span { border-color: rgb(196,19,59); }
td.TdClassName
{
border-color: #C4133B;
}
.TagClassName
{
border-color: #C4133B;
}
</style>