Shades of Cardinal #B30830
Tints of Cardinal #B30830
RGB
CMYK
RGB Variations
Color information
#B30830 (or 0xB30830) is known color: Cardinal. HEX triplet: B3, 08 and 30. RGB value is (179,8,48). Sum of RGB (Red+Green+Blue) = 179+8+48=235 (31% of max value = 765). Red value is 179 (70.31% from 255 or 76.17% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 179 - color contains mainly: red. Hex color #B30830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30830 is #4CF7CF. Grayscale: #3F3F3F. Windows color (decimal): -5044176 or 3147955. OLE color: 3147955.
HSL color Cylindrical-coordinate representation of color #B30830: hue angle of 345.96º 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 #B30830 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 48 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.30 |
| HSL | 345.96º | 0.91% | 0.37% | - |
| HSV(B) | 345.96º | 0.96% | 0.7% | - |
| XYZ | 19.21 | 9.97 | 3.71 | - |
| YUV | 63.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 48 | 0 | 0.96 | 0.73 | 0.30 | 345.96 | 0.91 | 0.37 |
| Hex | B3 | 8 | 30 | 0 | 60 | 49 | 1E | 15A | 5B | 25 |
| Octal | 263 | 10 | 60 | 0 | 140 | 111 | 36 | 532 | 133 | 45 |
| Binary | 10110011 | 1000 | 110000 | 0 | 1100000 | 1001001 | 11110 | 101011010 | 1011011 | 100101 |
Color Harmonies of #B30830
Complementary color
Monochromatic Colors of #B30830
Black with #B30830
Text Example
Text Example
White with #B30830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30830; }
p { color: rgb(179,8,48); }
H1.HeaderClassName
{
color: #B30830;
}
.AnyTagClassName
{
color: #B30830;
}
</style>
background-color css
<style>
a { background-color: #B30830; }
a { background-color: rgb(179,8,48); }
div.DivClassName
{
background-color: #B30830;
}
.BgClassName
{
background-color: #B30830;
}
</style>
border-color css
<style>
span { border-color: #B30830; }
span { border-color: rgb(179,8,48); }
td.TdClassName
{
border-color: #B30830;
}
.TagClassName
{
border-color: #B30830;
}
</style>