Shades of Cardinal #B30F28
Tints of Cardinal #B30F28
RGB
CMYK
RGB Variations
Color information
#B30F28 (or 0xB30F28) is known color: Cardinal. HEX triplet: B3, 0F and 28. RGB value is (179,15,40). Sum of RGB (Red+Green+Blue) = 179+15+40=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30F28 is #4CF0D7. Grayscale: #424242. Windows color (decimal): -5042392 or 2625459. OLE color: 2625459.
HSL color Cylindrical-coordinate representation of color #B30F28: hue angle of 350.85º 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 #B30F28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.30 |
| HSL | 350.85º | 0.85% | 0.38% | - |
| HSV(B) | 350.85º | 0.92% | 0.7% | - |
| XYZ | 19.14 | 10.08 | 2.94 | - |
| YUV | 66.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 15 | 40 | 0 | 0.92 | 0.78 | 0.30 | 350.85 | 0.85 | 0.38 |
| Hex | B3 | F | 28 | 0 | 5C | 4E | 1E | 15F | 55 | 26 |
| Octal | 263 | 17 | 50 | 0 | 134 | 116 | 36 | 537 | 125 | 46 |
| Binary | 10110011 | 1111 | 101000 | 0 | 1011100 | 1001110 | 11110 | 101011111 | 1010101 | 100110 |
Color Harmonies of #B30F28
Complementary color
Monochromatic Colors of #B30F28
Black with #B30F28
Text Example
Text Example
White with #B30F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30F28; }
p { color: rgb(179,15,40); }
H1.HeaderClassName
{
color: #B30F28;
}
.AnyTagClassName
{
color: #B30F28;
}
</style>
background-color css
<style>
a { background-color: #B30F28; }
a { background-color: rgb(179,15,40); }
div.DivClassName
{
background-color: #B30F28;
}
.BgClassName
{
background-color: #B30F28;
}
</style>
border-color css
<style>
span { border-color: #B30F28; }
span { border-color: rgb(179,15,40); }
td.TdClassName
{
border-color: #B30F28;
}
.TagClassName
{
border-color: #B30F28;
}
</style>