Shades of Cardinal #C4044B
Tints of Cardinal #C4044B
RGB
CMYK
RGB Variations
Color information
#C4044B (or 0xC4044B) is known color: Cardinal. HEX triplet: C4, 04 and 4B. RGB value is (196,4,75). Sum of RGB (Red+Green+Blue) = 196+4+75=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4044B is #3BFBB4. Grayscale: #454545. Windows color (decimal): -3931061 or 4916420. OLE color: 4916420.
HSL color Cylindrical-coordinate representation of color #C4044B: hue angle of 337.81º degrees, saturation: 0.96, 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 #C4044B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.23 |
| HSL | 337.81º | 0.96% | 0.39% | - |
| HSV(B) | 337.81º | 0.98% | 0.77% | - |
| XYZ | 24.08 | 12.33 | 7.77 | - |
| YUV | 69.5 | 131.11 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 75 | 0 | 0.98 | 0.62 | 0.23 | 337.81 | 0.96 | 0.39 |
| Hex | C4 | 4 | 4B | 0 | 62 | 3E | 17 | 152 | 60 | 27 |
| Octal | 304 | 4 | 113 | 0 | 142 | 76 | 27 | 522 | 140 | 47 |
| Binary | 11000100 | 100 | 1001011 | 0 | 1100010 | 111110 | 10111 | 101010010 | 1100000 | 100111 |
Color Harmonies of #C4044B
Complementary color
Monochromatic Colors of #C4044B
Black with #C4044B
Text Example
Text Example
White with #C4044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4044B; }
p { color: rgb(196,4,75); }
H1.HeaderClassName
{
color: #C4044B;
}
.AnyTagClassName
{
color: #C4044B;
}
</style>
background-color css
<style>
a { background-color: #C4044B; }
a { background-color: rgb(196,4,75); }
div.DivClassName
{
background-color: #C4044B;
}
.BgClassName
{
background-color: #C4044B;
}
</style>
border-color css
<style>
span { border-color: #C4044B; }
span { border-color: rgb(196,4,75); }
td.TdClassName
{
border-color: #C4044B;
}
.TagClassName
{
border-color: #C4044B;
}
</style>