Shades of Cardinal #B30B32
Tints of Cardinal #B30B32
RGB
CMYK
RGB Variations
Color information
#B30B32 (or 0xB30B32) is known color: Cardinal. HEX triplet: B3, 0B and 32. RGB value is (179,11,50). Sum of RGB (Red+Green+Blue) = 179+11+50=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B32 is #4CF4CD. Grayscale: #414141. Windows color (decimal): -5043406 or 3279795. OLE color: 3279795.
HSL color Cylindrical-coordinate representation of color #B30B32: hue angle of 346.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B32 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.30 |
| HSL | 346.07º | 0.88% | 0.37% | - |
| HSV(B) | 346.07º | 0.94% | 0.7% | - |
| XYZ | 19.29 | 10.05 | 3.94 | - |
| YUV | 65.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 50 | 0 | 0.94 | 0.72 | 0.30 | 346.07 | 0.88 | 0.37 |
| Hex | B3 | B | 32 | 0 | 5E | 48 | 1E | 15A | 58 | 25 |
| Octal | 263 | 13 | 62 | 0 | 136 | 110 | 36 | 532 | 130 | 45 |
| Binary | 10110011 | 1011 | 110010 | 0 | 1011110 | 1001000 | 11110 | 101011010 | 1011000 | 100101 |
Color Harmonies of #B30B32
Complementary color
Monochromatic Colors of #B30B32
Black with #B30B32
Text Example
Text Example
White with #B30B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B32; }
p { color: rgb(179,11,50); }
H1.HeaderClassName
{
color: #B30B32;
}
.AnyTagClassName
{
color: #B30B32;
}
</style>
background-color css
<style>
a { background-color: #B30B32; }
a { background-color: rgb(179,11,50); }
div.DivClassName
{
background-color: #B30B32;
}
.BgClassName
{
background-color: #B30B32;
}
</style>
border-color css
<style>
span { border-color: #B30B32; }
span { border-color: rgb(179,11,50); }
td.TdClassName
{
border-color: #B30B32;
}
.TagClassName
{
border-color: #B30B32;
}
</style>