Shades of Cardinal #B30731
Tints of Cardinal #B30731
RGB
CMYK
RGB Variations
Color information
#B30731 (or 0xB30731) is known color: Cardinal. HEX triplet: B3, 07 and 31. RGB value is (179,7,49). Sum of RGB (Red+Green+Blue) = 179+7+49=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30731 is #4CF8CE. Grayscale: #3F3F3F. Windows color (decimal): -5044431 or 3213235. OLE color: 3213235.
HSL color Cylindrical-coordinate representation of color #B30731: hue angle of 345.35º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30731 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 49 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.30 |
| HSL | 345.35º | 0.92% | 0.36% | - |
| HSV(B) | 345.35º | 0.96% | 0.7% | - |
| XYZ | 19.22 | 9.96 | 3.81 | - |
| YUV | 63.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 49 | 0 | 0.96 | 0.73 | 0.30 | 345.35 | 0.92 | 0.36 |
| Hex | B3 | 7 | 31 | 0 | 60 | 49 | 1E | 159 | 5C | 24 |
| Octal | 263 | 7 | 61 | 0 | 140 | 111 | 36 | 531 | 134 | 44 |
| Binary | 10110011 | 111 | 110001 | 0 | 1100000 | 1001001 | 11110 | 101011001 | 1011100 | 100100 |
Color Harmonies of #B30731
Complementary color
Monochromatic Colors of #B30731
Black with #B30731
Text Example
Text Example
White with #B30731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30731; }
p { color: rgb(179,7,49); }
H1.HeaderClassName
{
color: #B30731;
}
.AnyTagClassName
{
color: #B30731;
}
</style>
background-color css
<style>
a { background-color: #B30731; }
a { background-color: rgb(179,7,49); }
div.DivClassName
{
background-color: #B30731;
}
.BgClassName
{
background-color: #B30731;
}
</style>
border-color css
<style>
span { border-color: #B30731; }
span { border-color: rgb(179,7,49); }
td.TdClassName
{
border-color: #B30731;
}
.TagClassName
{
border-color: #B30731;
}
</style>