Shades of Cardinal #C30B4B
Tints of Cardinal #C30B4B
RGB
CMYK
RGB Variations
Color information
#C30B4B (or 0xC30B4B) is known color: Cardinal. HEX triplet: C3, 0B and 4B. RGB value is (195,11,75). Sum of RGB (Red+Green+Blue) = 195+11+75=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C30B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30B4B is #3CF4B4. Grayscale: #494949. Windows color (decimal): -3994805 or 4918211. OLE color: 4918211.
HSL color Cylindrical-coordinate representation of color #C30B4B: hue angle of 339.13º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30B4B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 11 | 75 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.24 |
| HSL | 339.13º | 0.89% | 0.4% | - |
| HSV(B) | 339.13º | 0.94% | 0.76% | - |
| XYZ | 23.9 | 12.35 | 7.78 | - |
| YUV | 73.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 11 | 75 | 0 | 0.94 | 0.62 | 0.24 | 339.13 | 0.89 | 0.4 |
| Hex | C3 | B | 4B | 0 | 5E | 3E | 18 | 153 | 59 | 28 |
| Octal | 303 | 13 | 113 | 0 | 136 | 76 | 30 | 523 | 131 | 50 |
| Binary | 11000011 | 1011 | 1001011 | 0 | 1011110 | 111110 | 11000 | 101010011 | 1011001 | 101000 |
Color Harmonies of #C30B4B
Complementary color
Monochromatic Colors of #C30B4B
Black with #C30B4B
Text Example
Text Example
White with #C30B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30B4B; }
p { color: rgb(195,11,75); }
H1.HeaderClassName
{
color: #C30B4B;
}
.AnyTagClassName
{
color: #C30B4B;
}
</style>
background-color css
<style>
a { background-color: #C30B4B; }
a { background-color: rgb(195,11,75); }
div.DivClassName
{
background-color: #C30B4B;
}
.BgClassName
{
background-color: #C30B4B;
}
</style>
border-color css
<style>
span { border-color: #C30B4B; }
span { border-color: rgb(195,11,75); }
td.TdClassName
{
border-color: #C30B4B;
}
.TagClassName
{
border-color: #C30B4B;
}
</style>