Shades of Cardinal #B30730
Tints of Cardinal #B30730
RGB
CMYK
RGB Variations
Color information
#B30730 (or 0xB30730) is known color: Cardinal. HEX triplet: B3, 07 and 30. RGB value is (179,7,48). Sum of RGB (Red+Green+Blue) = 179+7+48=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B30730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30730 is #4CF8CF. Grayscale: #3F3F3F. Windows color (decimal): -5044432 or 3147699. OLE color: 3147699.
HSL color Cylindrical-coordinate representation of color #B30730: hue angle of 345.7º 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 #B30730 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.30 |
| HSL | 345.7º | 0.92% | 0.36% | - |
| HSV(B) | 345.7º | 0.96% | 0.7% | - |
| XYZ | 19.2 | 9.95 | 3.7 | - |
| YUV | 63.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 48 | 0 | 0.96 | 0.73 | 0.30 | 345.7 | 0.92 | 0.36 |
| Hex | B3 | 7 | 30 | 0 | 60 | 49 | 1E | 15A | 5C | 24 |
| Octal | 263 | 7 | 60 | 0 | 140 | 111 | 36 | 532 | 134 | 44 |
| Binary | 10110011 | 111 | 110000 | 0 | 1100000 | 1001001 | 11110 | 101011010 | 1011100 | 100100 |
Color Harmonies of #B30730
Complementary color
Monochromatic Colors of #B30730
Black with #B30730
Text Example
Text Example
White with #B30730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30730; }
p { color: rgb(179,7,48); }
H1.HeaderClassName
{
color: #B30730;
}
.AnyTagClassName
{
color: #B30730;
}
</style>
background-color css
<style>
a { background-color: #B30730; }
a { background-color: rgb(179,7,48); }
div.DivClassName
{
background-color: #B30730;
}
.BgClassName
{
background-color: #B30730;
}
</style>
border-color css
<style>
span { border-color: #B30730; }
span { border-color: rgb(179,7,48); }
td.TdClassName
{
border-color: #B30730;
}
.TagClassName
{
border-color: #B30730;
}
</style>