Shades of Cardinal #C40A33
Tints of Cardinal #C40A33
RGB
CMYK
RGB Variations
Color information
#C40A33 (or 0xC40A33) is known color: Cardinal. HEX triplet: C4, 0A and 33. RGB value is (196,10,51). Sum of RGB (Red+Green+Blue) = 196+10+51=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A33 is #3BF5CC. Grayscale: #464646. Windows color (decimal): -3929549 or 3345092. OLE color: 3345092.
HSL color Cylindrical-coordinate representation of color #C40A33: hue angle of 346.77º degrees, saturation: 0.9, 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 #C40A33 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 51 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.23 |
| HSL | 346.77º | 0.9% | 0.4% | - |
| HSV(B) | 346.77º | 0.95% | 0.77% | - |
| XYZ | 23.47 | 12.19 | 4.25 | - |
| YUV | 70.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 51 | 0 | 0.95 | 0.74 | 0.23 | 346.77 | 0.9 | 0.4 |
| Hex | C4 | A | 33 | 0 | 5F | 4A | 17 | 15B | 5A | 28 |
| Octal | 304 | 12 | 63 | 0 | 137 | 112 | 27 | 533 | 132 | 50 |
| Binary | 11000100 | 1010 | 110011 | 0 | 1011111 | 1001010 | 10111 | 101011011 | 1011010 | 101000 |
Color Harmonies of #C40A33
Complementary color
Monochromatic Colors of #C40A33
Black with #C40A33
Text Example
Text Example
White with #C40A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A33; }
p { color: rgb(196,10,51); }
H1.HeaderClassName
{
color: #C40A33;
}
.AnyTagClassName
{
color: #C40A33;
}
</style>
background-color css
<style>
a { background-color: #C40A33; }
a { background-color: rgb(196,10,51); }
div.DivClassName
{
background-color: #C40A33;
}
.BgClassName
{
background-color: #C40A33;
}
</style>
border-color css
<style>
span { border-color: #C40A33; }
span { border-color: rgb(196,10,51); }
td.TdClassName
{
border-color: #C40A33;
}
.TagClassName
{
border-color: #C40A33;
}
</style>