Shades of Cardinal #C30831
Tints of Cardinal #C30831
RGB
CMYK
RGB Variations
Color information
#C30831 (or 0xC30831) is known color: Cardinal. HEX triplet: C3, 08 and 31. RGB value is (195,8,49). Sum of RGB (Red+Green+Blue) = 195+8+49=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C30831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30831 is #3CF7CE. Grayscale: #444444. Windows color (decimal): -3995599 or 3213507. OLE color: 3213507.
HSL color Cylindrical-coordinate representation of color #C30831: hue angle of 346.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30831 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.24 |
| HSL | 346.84º | 0.92% | 0.4% | - |
| HSV(B) | 346.84º | 0.96% | 0.76% | - |
| XYZ | 23.15 | 12 | 4 | - |
| YUV | 68.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 49 | 0 | 0.96 | 0.75 | 0.24 | 346.84 | 0.92 | 0.4 |
| Hex | C3 | 8 | 31 | 0 | 60 | 4B | 18 | 15B | 5C | 28 |
| Octal | 303 | 10 | 61 | 0 | 140 | 113 | 30 | 533 | 134 | 50 |
| Binary | 11000011 | 1000 | 110001 | 0 | 1100000 | 1001011 | 11000 | 101011011 | 1011100 | 101000 |
Color Harmonies of #C30831
Complementary color
Monochromatic Colors of #C30831
Black with #C30831
Text Example
Text Example
White with #C30831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30831; }
p { color: rgb(195,8,49); }
H1.HeaderClassName
{
color: #C30831;
}
.AnyTagClassName
{
color: #C30831;
}
</style>
background-color css
<style>
a { background-color: #C30831; }
a { background-color: rgb(195,8,49); }
div.DivClassName
{
background-color: #C30831;
}
.BgClassName
{
background-color: #C30831;
}
</style>
border-color css
<style>
span { border-color: #C30831; }
span { border-color: rgb(195,8,49); }
td.TdClassName
{
border-color: #C30831;
}
.TagClassName
{
border-color: #C30831;
}
</style>