Shades of Cardinal #B30C30
Tints of Cardinal #B30C30
RGB
CMYK
RGB Variations
Color information
#B30C30 (or 0xB30C30) is known color: Cardinal. HEX triplet: B3, 0C and 30. RGB value is (179,12,48). Sum of RGB (Red+Green+Blue) = 179+12+48=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C30 is #4CF3CF. Grayscale: #424242. Windows color (decimal): -5043152 or 3148979. OLE color: 3148979.
HSL color Cylindrical-coordinate representation of color #B30C30: hue angle of 347.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C30 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 48 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.30 |
| HSL | 347.07º | 0.87% | 0.37% | - |
| HSV(B) | 347.07º | 0.93% | 0.7% | - |
| XYZ | 19.26 | 10.06 | 3.72 | - |
| YUV | 66.04 | 117.83 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 48 | 0 | 0.93 | 0.73 | 0.30 | 347.07 | 0.87 | 0.37 |
| Hex | B3 | C | 30 | 0 | 5D | 49 | 1E | 15B | 57 | 25 |
| Octal | 263 | 14 | 60 | 0 | 135 | 111 | 36 | 533 | 127 | 45 |
| Binary | 10110011 | 1100 | 110000 | 0 | 1011101 | 1001001 | 11110 | 101011011 | 1010111 | 100101 |
Color Harmonies of #B30C30
Complementary color
Monochromatic Colors of #B30C30
Black with #B30C30
Text Example
Text Example
White with #B30C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C30; }
p { color: rgb(179,12,48); }
H1.HeaderClassName
{
color: #B30C30;
}
.AnyTagClassName
{
color: #B30C30;
}
</style>
background-color css
<style>
a { background-color: #B30C30; }
a { background-color: rgb(179,12,48); }
div.DivClassName
{
background-color: #B30C30;
}
.BgClassName
{
background-color: #B30C30;
}
</style>
border-color css
<style>
span { border-color: #B30C30; }
span { border-color: rgb(179,12,48); }
td.TdClassName
{
border-color: #B30C30;
}
.TagClassName
{
border-color: #B30C30;
}
</style>