Shades of Cardinal #B30C42
Tints of Cardinal #B30C42
RGB
CMYK
RGB Variations
Color information
#B30C42 (or 0xB30C42) is known color: Cardinal. HEX triplet: B3, 0C and 42. RGB value is (179,12,66). Sum of RGB (Red+Green+Blue) = 179+12+66=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C42 is #4CF3BD. Grayscale: #444444. Windows color (decimal): -5043134 or 4328627. OLE color: 4328627.
HSL color Cylindrical-coordinate representation of color #B30C42: hue angle of 340.6º 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 #B30C42 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 66 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.30 |
| HSL | 340.6º | 0.87% | 0.37% | - |
| HSV(B) | 340.6º | 0.93% | 0.7% | - |
| XYZ | 19.71 | 10.24 | 6.09 | - |
| YUV | 68.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 66 | 0 | 0.93 | 0.63 | 0.30 | 340.6 | 0.87 | 0.37 |
| Hex | B3 | C | 42 | 0 | 5D | 3F | 1E | 155 | 57 | 25 |
| Octal | 263 | 14 | 102 | 0 | 135 | 77 | 36 | 525 | 127 | 45 |
| Binary | 10110011 | 1100 | 1000010 | 0 | 1011101 | 111111 | 11110 | 101010101 | 1010111 | 100101 |
Color Harmonies of #B30C42
Complementary color
Monochromatic Colors of #B30C42
Black with #B30C42
Text Example
Text Example
White with #B30C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C42; }
p { color: rgb(179,12,66); }
H1.HeaderClassName
{
color: #B30C42;
}
.AnyTagClassName
{
color: #B30C42;
}
</style>
background-color css
<style>
a { background-color: #B30C42; }
a { background-color: rgb(179,12,66); }
div.DivClassName
{
background-color: #B30C42;
}
.BgClassName
{
background-color: #B30C42;
}
</style>
border-color css
<style>
span { border-color: #B30C42; }
span { border-color: rgb(179,12,66); }
td.TdClassName
{
border-color: #B30C42;
}
.TagClassName
{
border-color: #B30C42;
}
</style>