Shades of Cardinal #B30C41
Tints of Cardinal #B30C41
RGB
CMYK
RGB Variations
Color information
#B30C41 (or 0xB30C41) is known color: Cardinal. HEX triplet: B3, 0C and 41. RGB value is (179,12,65). Sum of RGB (Red+Green+Blue) = 179+12+65=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C41 is #4CF3BE. Grayscale: #434343. Windows color (decimal): -5043135 or 4263091. OLE color: 4263091.
HSL color Cylindrical-coordinate representation of color #B30C41: hue angle of 340.96º 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 #B30C41 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 12 | 65 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.30 |
| HSL | 340.96º | 0.87% | 0.37% | - |
| HSV(B) | 340.96º | 0.93% | 0.7% | - |
| XYZ | 19.68 | 10.23 | 5.94 | - |
| YUV | 67.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 12 | 65 | 0 | 0.93 | 0.64 | 0.30 | 340.96 | 0.87 | 0.37 |
| Hex | B3 | C | 41 | 0 | 5D | 40 | 1E | 155 | 57 | 25 |
| Octal | 263 | 14 | 101 | 0 | 135 | 100 | 36 | 525 | 127 | 45 |
| Binary | 10110011 | 1100 | 1000001 | 0 | 1011101 | 1000000 | 11110 | 101010101 | 1010111 | 100101 |
Color Harmonies of #B30C41
Complementary color
Monochromatic Colors of #B30C41
Black with #B30C41
Text Example
Text Example
White with #B30C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30C41; }
p { color: rgb(179,12,65); }
H1.HeaderClassName
{
color: #B30C41;
}
.AnyTagClassName
{
color: #B30C41;
}
</style>
background-color css
<style>
a { background-color: #B30C41; }
a { background-color: rgb(179,12,65); }
div.DivClassName
{
background-color: #B30C41;
}
.BgClassName
{
background-color: #B30C41;
}
</style>
border-color css
<style>
span { border-color: #B30C41; }
span { border-color: rgb(179,12,65); }
td.TdClassName
{
border-color: #B30C41;
}
.TagClassName
{
border-color: #B30C41;
}
</style>