Shades of Cardinal #C41B46
Tints of Cardinal #C41B46
RGB
CMYK
RGB Variations
Color information
#C41B46 (or 0xC41B46) is known color: Cardinal. HEX triplet: C4, 1B and 46. RGB value is (196,27,70). Sum of RGB (Red+Green+Blue) = 196+27+70=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B46 is #3BE4B9. Grayscale: #525252. Windows color (decimal): -3925178 or 4594628. OLE color: 4594628.
HSL color Cylindrical-coordinate representation of color #C41B46: hue angle of 344.73º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41B46 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 70 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.23 |
| HSL | 344.73º | 0.76% | 0.44% | - |
| HSV(B) | 344.73º | 0.86% | 0.77% | - |
| XYZ | 24.26 | 12.96 | 7.02 | - |
| YUV | 82.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 70 | 0 | 0.86 | 0.64 | 0.23 | 344.73 | 0.76 | 0.44 |
| Hex | C4 | 1B | 46 | 0 | 56 | 40 | 17 | 159 | 4C | 2C |
| Octal | 304 | 33 | 106 | 0 | 126 | 100 | 27 | 531 | 114 | 54 |
| Binary | 11000100 | 11011 | 1000110 | 0 | 1010110 | 1000000 | 10111 | 101011001 | 1001100 | 101100 |
Color Harmonies of #C41B46
Complementary color
Monochromatic Colors of #C41B46
Black with #C41B46
Text Example
Text Example
White with #C41B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B46; }
p { color: rgb(196,27,70); }
H1.HeaderClassName
{
color: #C41B46;
}
.AnyTagClassName
{
color: #C41B46;
}
</style>
background-color css
<style>
a { background-color: #C41B46; }
a { background-color: rgb(196,27,70); }
div.DivClassName
{
background-color: #C41B46;
}
.BgClassName
{
background-color: #C41B46;
}
</style>
border-color css
<style>
span { border-color: #C41B46; }
span { border-color: rgb(196,27,70); }
td.TdClassName
{
border-color: #C41B46;
}
.TagClassName
{
border-color: #C41B46;
}
</style>