Shades of Cardinal #B30330
Tints of Cardinal #B30330
RGB
CMYK
RGB Variations
Color information
#B30330 (or 0xB30330) is known color: Cardinal. HEX triplet: B3, 03 and 30. RGB value is (179,3,48). Sum of RGB (Red+Green+Blue) = 179+3+48=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B30330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30330 is #4CFCCF. Grayscale: #3C3C3C. Windows color (decimal): -5045456 or 3146675. OLE color: 3146675.
HSL color Cylindrical-coordinate representation of color #B30330: hue angle of 344.66º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30330 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.30 |
| HSL | 344.66º | 0.97% | 0.36% | - |
| HSV(B) | 344.66º | 0.98% | 0.7% | - |
| XYZ | 19.16 | 9.86 | 3.69 | - |
| YUV | 60.75 | 120.81 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 48 | 0 | 0.98 | 0.73 | 0.30 | 344.66 | 0.97 | 0.36 |
| Hex | B3 | 3 | 30 | 0 | 62 | 49 | 1E | 159 | 61 | 24 |
| Octal | 263 | 3 | 60 | 0 | 142 | 111 | 36 | 531 | 141 | 44 |
| Binary | 10110011 | 11 | 110000 | 0 | 1100010 | 1001001 | 11110 | 101011001 | 1100001 | 100100 |
Color Harmonies of #B30330
Complementary color
Monochromatic Colors of #B30330
Black with #B30330
Text Example
Text Example
White with #B30330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30330; }
p { color: rgb(179,3,48); }
H1.HeaderClassName
{
color: #B30330;
}
.AnyTagClassName
{
color: #B30330;
}
</style>
background-color css
<style>
a { background-color: #B30330; }
a { background-color: rgb(179,3,48); }
div.DivClassName
{
background-color: #B30330;
}
.BgClassName
{
background-color: #B30330;
}
</style>
border-color css
<style>
span { border-color: #B30330; }
span { border-color: rgb(179,3,48); }
td.TdClassName
{
border-color: #B30330;
}
.TagClassName
{
border-color: #B30330;
}
</style>