Shades of Cardinal #C4134B
Tints of Cardinal #C4134B
RGB
CMYK
RGB Variations
Color information
#C4134B (or 0xC4134B) is known color: Cardinal. HEX triplet: C4, 13 and 4B. RGB value is (196,19,75). Sum of RGB (Red+Green+Blue) = 196+19+75=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4134B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4134B is #3BECB4. Grayscale: #4E4E4E. Windows color (decimal): -3927221 or 4920260. OLE color: 4920260.
HSL color Cylindrical-coordinate representation of color #C4134B: hue angle of 341.02º 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 #C4134B is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 75 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.23 |
| HSL | 341.02º | 0.82% | 0.42% | - |
| HSV(B) | 341.02º | 0.9% | 0.77% | - |
| XYZ | 24.27 | 12.71 | 7.83 | - |
| YUV | 78.31 | 126.14 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 75 | 0 | 0.90 | 0.62 | 0.23 | 341.02 | 0.82 | 0.42 |
| Hex | C4 | 13 | 4B | 0 | 5A | 3E | 17 | 155 | 52 | 2A |
| Octal | 304 | 23 | 113 | 0 | 132 | 76 | 27 | 525 | 122 | 52 |
| Binary | 11000100 | 10011 | 1001011 | 0 | 1011010 | 111110 | 10111 | 101010101 | 1010010 | 101010 |
Color Harmonies of #C4134B
Complementary color
Monochromatic Colors of #C4134B
Black with #C4134B
Text Example
Text Example
White with #C4134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4134B; }
p { color: rgb(196,19,75); }
H1.HeaderClassName
{
color: #C4134B;
}
.AnyTagClassName
{
color: #C4134B;
}
</style>
background-color css
<style>
a { background-color: #C4134B; }
a { background-color: rgb(196,19,75); }
div.DivClassName
{
background-color: #C4134B;
}
.BgClassName
{
background-color: #C4134B;
}
</style>
border-color css
<style>
span { border-color: #C4134B; }
span { border-color: rgb(196,19,75); }
td.TdClassName
{
border-color: #C4134B;
}
.TagClassName
{
border-color: #C4134B;
}
</style>