Shades of Cardinal #C3182D
Tints of Cardinal #C3182D
RGB
CMYK
RGB Variations
Color information
#C3182D (or 0xC3182D) is known color: Cardinal. HEX triplet: C3, 18 and 2D. RGB value is (195,24,45). Sum of RGB (Red+Green+Blue) = 195+24+45=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C3182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3182D is #3CE7D2. Grayscale: #4D4D4D. Windows color (decimal): -3991507 or 2955459. OLE color: 2955459.
HSL color Cylindrical-coordinate representation of color #C3182D: hue angle of 352.63º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3182D is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 45 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.24 |
| HSL | 352.63º | 0.78% | 0.43% | - |
| HSV(B) | 352.63º | 0.88% | 0.76% | - |
| XYZ | 23.31 | 12.44 | 3.66 | - |
| YUV | 77.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 45 | 0 | 0.88 | 0.77 | 0.24 | 352.63 | 0.78 | 0.43 |
| Hex | C3 | 18 | 2D | 0 | 58 | 4D | 18 | 161 | 4E | 2B |
| Octal | 303 | 30 | 55 | 0 | 130 | 115 | 30 | 541 | 116 | 53 |
| Binary | 11000011 | 11000 | 101101 | 0 | 1011000 | 1001101 | 11000 | 101100001 | 1001110 | 101011 |
Color Harmonies of #C3182D
Complementary color
Monochromatic Colors of #C3182D
Black with #C3182D
Text Example
Text Example
White with #C3182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3182D; }
p { color: rgb(195,24,45); }
H1.HeaderClassName
{
color: #C3182D;
}
.AnyTagClassName
{
color: #C3182D;
}
</style>
background-color css
<style>
a { background-color: #C3182D; }
a { background-color: rgb(195,24,45); }
div.DivClassName
{
background-color: #C3182D;
}
.BgClassName
{
background-color: #C3182D;
}
</style>
border-color css
<style>
span { border-color: #C3182D; }
span { border-color: rgb(195,24,45); }
td.TdClassName
{
border-color: #C3182D;
}
.TagClassName
{
border-color: #C3182D;
}
</style>