Shades of Cardinal #B30831
Tints of Cardinal #B30831
RGB
CMYK
RGB Variations
Color information
#B30831 (or 0xB30831) is known color: Cardinal. HEX triplet: B3, 08 and 31. RGB value is (179,8,49). Sum of RGB (Red+Green+Blue) = 179+8+49=236 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.85% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 179 - color contains mainly: red. Hex color #B30831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30831 is #4CF7CE. Grayscale: #3F3F3F. Windows color (decimal): -5044175 or 3213491. OLE color: 3213491.
HSL color Cylindrical-coordinate representation of color #B30831: hue angle of 345.61º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30831 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.30 |
| HSL | 345.61º | 0.91% | 0.37% | - |
| HSV(B) | 345.61º | 0.96% | 0.7% | - |
| XYZ | 19.23 | 9.98 | 3.82 | - |
| YUV | 63.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 49 | 0 | 0.96 | 0.73 | 0.30 | 345.61 | 0.91 | 0.37 |
| Hex | B3 | 8 | 31 | 0 | 60 | 49 | 1E | 15A | 5B | 25 |
| Octal | 263 | 10 | 61 | 0 | 140 | 111 | 36 | 532 | 133 | 45 |
| Binary | 10110011 | 1000 | 110001 | 0 | 1100000 | 1001001 | 11110 | 101011010 | 1011011 | 100101 |
Color Harmonies of #B30831
Complementary color
Monochromatic Colors of #B30831
Black with #B30831
Text Example
Text Example
White with #B30831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30831; }
p { color: rgb(179,8,49); }
H1.HeaderClassName
{
color: #B30831;
}
.AnyTagClassName
{
color: #B30831;
}
</style>
background-color css
<style>
a { background-color: #B30831; }
a { background-color: rgb(179,8,49); }
div.DivClassName
{
background-color: #B30831;
}
.BgClassName
{
background-color: #B30831;
}
</style>
border-color css
<style>
span { border-color: #B30831; }
span { border-color: rgb(179,8,49); }
td.TdClassName
{
border-color: #B30831;
}
.TagClassName
{
border-color: #B30831;
}
</style>