Shades of Cardinal #C30230
Tints of Cardinal #C30230
RGB
CMYK
RGB Variations
Color information
#C30230 (or 0xC30230) is known color: Cardinal. HEX triplet: C3, 02 and 30. RGB value is (195,2,48). Sum of RGB (Red+Green+Blue) = 195+2+48=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C30230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30230 is #3CFDCF. Grayscale: #404040. Windows color (decimal): -3997136 or 3146435. OLE color: 3146435.
HSL color Cylindrical-coordinate representation of color #C30230: hue angle of 345.7º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30230 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.24 |
| HSL | 345.7º | 0.98% | 0.39% | - |
| HSV(B) | 345.7º | 0.99% | 0.76% | - |
| XYZ | 23.06 | 11.86 | 3.87 | - |
| YUV | 64.95 | 118.44 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 48 | 0 | 0.99 | 0.75 | 0.24 | 345.7 | 0.98 | 0.39 |
| Hex | C3 | 2 | 30 | 0 | 63 | 4B | 18 | 15A | 62 | 27 |
| Octal | 303 | 2 | 60 | 0 | 143 | 113 | 30 | 532 | 142 | 47 |
| Binary | 11000011 | 10 | 110000 | 0 | 1100011 | 1001011 | 11000 | 101011010 | 1100010 | 100111 |
Color Harmonies of #C30230
Complementary color
Monochromatic Colors of #C30230
Black with #C30230
Text Example
Text Example
White with #C30230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30230; }
p { color: rgb(195,2,48); }
H1.HeaderClassName
{
color: #C30230;
}
.AnyTagClassName
{
color: #C30230;
}
</style>
background-color css
<style>
a { background-color: #C30230; }
a { background-color: rgb(195,2,48); }
div.DivClassName
{
background-color: #C30230;
}
.BgClassName
{
background-color: #C30230;
}
</style>
border-color css
<style>
span { border-color: #C30230; }
span { border-color: rgb(195,2,48); }
td.TdClassName
{
border-color: #C30230;
}
.TagClassName
{
border-color: #C30230;
}
</style>