Shades of Cardinal #C4003B
Tints of Cardinal #C4003B
RGB
CMYK
RGB Variations
Color information
#C4003B (or 0xC4003B) is known color: Cardinal. HEX triplet: C4, 00 and 3B. RGB value is (196,0,59). Sum of RGB (Red+Green+Blue) = 196+0+59=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C4003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4003B is #3BFFC4. Grayscale: #414141. Windows color (decimal): -3932101 or 3866820. OLE color: 3866820.
HSL color Cylindrical-coordinate representation of color #C4003B: hue angle of 341.94º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C4003B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 0 | 59 | - |
CMYK | 0 | 1 | 0.70 | 0.23 |
HSL | 341.94º | 1% | 0.38% | - |
HSV(B) | 341.94º | 1% | 0.77% | - |
XYZ | 23.55 | 12.05 | 5.22 | - |
YUV | 65.33 | 124.43 | 221.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 0 | 59 | 0 | 1 | 0.70 | 0.23 | 341.94 | 1 | 0.38 |
Hex | C4 | 0 | 3B | 0 | 64 | 46 | 17 | 156 | 64 | 26 |
Octal | 304 | 0 | 73 | 0 | 144 | 106 | 27 | 526 | 144 | 46 |
Binary | 11000100 | 0 | 111011 | 0 | 1100100 | 1000110 | 10111 | 101010110 | 1100100 | 100110 |
Color Harmonies of #C4003B
Complementary color
Monochromatic Colors of #C4003B
Black with #C4003B
Text Example
Text Example
White with #C4003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4003B; }
p { color: rgb(196,0,59); }
H1.HeaderClassName
{
color: #C4003B;
}
.AnyTagClassName
{
color: #C4003B;
}
</style>
background-color css
<style>
a { background-color: #C4003B; }
a { background-color: rgb(196,0,59); }
div.DivClassName
{
background-color: #C4003B;
}
.BgClassName
{
background-color: #C4003B;
}
</style>
border-color css
<style>
span { border-color: #C4003B; }
span { border-color: rgb(196,0,59); }
td.TdClassName
{
border-color: #C4003B;
}
.TagClassName
{
border-color: #C4003B;
}
</style>