Shades of Cardinal #B30E3C
Tints of Cardinal #B30E3C
RGB
CMYK
RGB Variations
Color information
#B30E3C (or 0xB30E3C) is known color: Cardinal. HEX triplet: B3, 0E and 3C. RGB value is (179,14,60). Sum of RGB (Red+Green+Blue) = 179+14+60=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30E3C is #4CF1C3. Grayscale: #444444. Windows color (decimal): -5042628 or 3935923. OLE color: 3935923.
HSL color Cylindrical-coordinate representation of color #B30E3C: hue angle of 343.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30E3C is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 14 | 60 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.30 |
| HSL | 343.27º | 0.85% | 0.38% | - |
| HSV(B) | 343.27º | 0.92% | 0.7% | - |
| XYZ | 19.56 | 10.22 | 5.22 | - |
| YUV | 68.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 14 | 60 | 0 | 0.92 | 0.66 | 0.30 | 343.27 | 0.85 | 0.38 |
| Hex | B3 | E | 3C | 0 | 5C | 42 | 1E | 157 | 55 | 26 |
| Octal | 263 | 16 | 74 | 0 | 134 | 102 | 36 | 527 | 125 | 46 |
| Binary | 10110011 | 1110 | 111100 | 0 | 1011100 | 1000010 | 11110 | 101010111 | 1010101 | 100110 |
Color Harmonies of #B30E3C
Complementary color
Monochromatic Colors of #B30E3C
Black with #B30E3C
Text Example
Text Example
White with #B30E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30E3C; }
p { color: rgb(179,14,60); }
H1.HeaderClassName
{
color: #B30E3C;
}
.AnyTagClassName
{
color: #B30E3C;
}
</style>
background-color css
<style>
a { background-color: #B30E3C; }
a { background-color: rgb(179,14,60); }
div.DivClassName
{
background-color: #B30E3C;
}
.BgClassName
{
background-color: #B30E3C;
}
</style>
border-color css
<style>
span { border-color: #B30E3C; }
span { border-color: rgb(179,14,60); }
td.TdClassName
{
border-color: #B30E3C;
}
.TagClassName
{
border-color: #B30E3C;
}
</style>