Shades of Cardinal #C30932
Tints of Cardinal #C30932
RGB
CMYK
RGB Variations
Color information
#C30932 (or 0xC30932) is known color: Cardinal. HEX triplet: C3, 09 and 32. RGB value is (195,9,50). Sum of RGB (Red+Green+Blue) = 195+9+50=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C30932 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30932 is #3CF6CD. Grayscale: #454545. Windows color (decimal): -3995342 or 3279299. OLE color: 3279299.
HSL color Cylindrical-coordinate representation of color #C30932: hue angle of 346.77º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30932 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 50 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.24 |
| HSL | 346.77º | 0.91% | 0.4% | - |
| HSV(B) | 346.77º | 0.95% | 0.76% | - |
| XYZ | 23.18 | 12.03 | 4.12 | - |
| YUV | 69.29 | 117.12 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 50 | 0 | 0.95 | 0.74 | 0.24 | 346.77 | 0.91 | 0.4 |
| Hex | C3 | 9 | 32 | 0 | 5F | 4A | 18 | 15B | 5B | 28 |
| Octal | 303 | 11 | 62 | 0 | 137 | 112 | 30 | 533 | 133 | 50 |
| Binary | 11000011 | 1001 | 110010 | 0 | 1011111 | 1001010 | 11000 | 101011011 | 1011011 | 101000 |
Color Harmonies of #C30932
Complementary color
Monochromatic Colors of #C30932
Black with #C30932
Text Example
Text Example
White with #C30932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30932; }
p { color: rgb(195,9,50); }
H1.HeaderClassName
{
color: #C30932;
}
.AnyTagClassName
{
color: #C30932;
}
</style>
background-color css
<style>
a { background-color: #C30932; }
a { background-color: rgb(195,9,50); }
div.DivClassName
{
background-color: #C30932;
}
.BgClassName
{
background-color: #C30932;
}
</style>
border-color css
<style>
span { border-color: #C30932; }
span { border-color: rgb(195,9,50); }
td.TdClassName
{
border-color: #C30932;
}
.TagClassName
{
border-color: #C30932;
}
</style>