Shades of Cardinal #C4033B
Tints of Cardinal #C4033B
RGB
CMYK
RGB Variations
Color information
#C4033B (or 0xC4033B) is known color: Cardinal. HEX triplet: C4, 03 and 3B. RGB value is (196,3,59). Sum of RGB (Red+Green+Blue) = 196+3+59=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4033B is #3BFCC4. Grayscale: #434343. Windows color (decimal): -3931333 or 3867588. OLE color: 3867588.
HSL color Cylindrical-coordinate representation of color #C4033B: hue angle of 342.59º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4033B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.23 |
| HSL | 342.59º | 0.97% | 0.39% | - |
| HSV(B) | 342.59º | 0.98% | 0.77% | - |
| XYZ | 23.59 | 12.12 | 5.23 | - |
| YUV | 67.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 59 | 0 | 0.98 | 0.70 | 0.23 | 342.59 | 0.97 | 0.39 |
| Hex | C4 | 3 | 3B | 0 | 62 | 46 | 17 | 157 | 61 | 27 |
| Octal | 304 | 3 | 73 | 0 | 142 | 106 | 27 | 527 | 141 | 47 |
| Binary | 11000100 | 11 | 111011 | 0 | 1100010 | 1000110 | 10111 | 101010111 | 1100001 | 100111 |
Color Harmonies of #C4033B
Complementary color
Monochromatic Colors of #C4033B
Black with #C4033B
Text Example
Text Example
White with #C4033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4033B; }
p { color: rgb(196,3,59); }
H1.HeaderClassName
{
color: #C4033B;
}
.AnyTagClassName
{
color: #C4033B;
}
</style>
background-color css
<style>
a { background-color: #C4033B; }
a { background-color: rgb(196,3,59); }
div.DivClassName
{
background-color: #C4033B;
}
.BgClassName
{
background-color: #C4033B;
}
</style>
border-color css
<style>
span { border-color: #C4033B; }
span { border-color: rgb(196,3,59); }
td.TdClassName
{
border-color: #C4033B;
}
.TagClassName
{
border-color: #C4033B;
}
</style>