Shades of Cardinal #C4093B
Tints of Cardinal #C4093B
RGB
CMYK
RGB Variations
Color information
#C4093B (or 0xC4093B) is known color: Cardinal. HEX triplet: C4, 09 and 3B. RGB value is (196,9,59). Sum of RGB (Red+Green+Blue) = 196+9+59=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4093B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4093B is #3BF6C4. Grayscale: #464646. Windows color (decimal): -3929797 or 3869124. OLE color: 3869124.
HSL color Cylindrical-coordinate representation of color #C4093B: hue angle of 343.96º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4093B is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 59 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.23 |
| HSL | 343.96º | 0.91% | 0.4% | - |
| HSV(B) | 343.96º | 0.95% | 0.77% | - |
| XYZ | 23.65 | 12.25 | 5.25 | - |
| YUV | 70.61 | 121.45 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 59 | 0 | 0.95 | 0.70 | 0.23 | 343.96 | 0.91 | 0.4 |
| Hex | C4 | 9 | 3B | 0 | 5F | 46 | 17 | 158 | 5B | 28 |
| Octal | 304 | 11 | 73 | 0 | 137 | 106 | 27 | 530 | 133 | 50 |
| Binary | 11000100 | 1001 | 111011 | 0 | 1011111 | 1000110 | 10111 | 101011000 | 1011011 | 101000 |
Color Harmonies of #C4093B
Complementary color
Monochromatic Colors of #C4093B
Black with #C4093B
Text Example
Text Example
White with #C4093B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4093B; }
p { color: rgb(196,9,59); }
H1.HeaderClassName
{
color: #C4093B;
}
.AnyTagClassName
{
color: #C4093B;
}
</style>
background-color css
<style>
a { background-color: #C4093B; }
a { background-color: rgb(196,9,59); }
div.DivClassName
{
background-color: #C4093B;
}
.BgClassName
{
background-color: #C4093B;
}
</style>
border-color css
<style>
span { border-color: #C4093B; }
span { border-color: rgb(196,9,59); }
td.TdClassName
{
border-color: #C4093B;
}
.TagClassName
{
border-color: #C4093B;
}
</style>