Shades of Cardinal #C4184B
Tints of Cardinal #C4184B
RGB
CMYK
RGB Variations
Color information
#C4184B (or 0xC4184B) is known color: Cardinal. HEX triplet: C4, 18 and 4B. RGB value is (196,24,75). Sum of RGB (Red+Green+Blue) = 196+24+75=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4184B is #3BE7B4. Grayscale: #515151. Windows color (decimal): -3925941 or 4921540. OLE color: 4921540.
HSL color Cylindrical-coordinate representation of color #C4184B: hue angle of 342.21º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4184B is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 75 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.23 |
| HSL | 342.21º | 0.78% | 0.43% | - |
| HSV(B) | 342.21º | 0.88% | 0.77% | - |
| XYZ | 24.36 | 12.9 | 7.86 | - |
| YUV | 81.24 | 124.48 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 75 | 0 | 0.88 | 0.62 | 0.23 | 342.21 | 0.78 | 0.43 |
| Hex | C4 | 18 | 4B | 0 | 58 | 3E | 17 | 156 | 4E | 2B |
| Octal | 304 | 30 | 113 | 0 | 130 | 76 | 27 | 526 | 116 | 53 |
| Binary | 11000100 | 11000 | 1001011 | 0 | 1011000 | 111110 | 10111 | 101010110 | 1001110 | 101011 |
Color Harmonies of #C4184B
Complementary color
Monochromatic Colors of #C4184B
Black with #C4184B
Text Example
Text Example
White with #C4184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4184B; }
p { color: rgb(196,24,75); }
H1.HeaderClassName
{
color: #C4184B;
}
.AnyTagClassName
{
color: #C4184B;
}
</style>
background-color css
<style>
a { background-color: #C4184B; }
a { background-color: rgb(196,24,75); }
div.DivClassName
{
background-color: #C4184B;
}
.BgClassName
{
background-color: #C4184B;
}
</style>
border-color css
<style>
span { border-color: #C4184B; }
span { border-color: rgb(196,24,75); }
td.TdClassName
{
border-color: #C4184B;
}
.TagClassName
{
border-color: #C4184B;
}
</style>