Shades of Cardinal #B30B2F
Tints of Cardinal #B30B2F
RGB
CMYK
RGB Variations
Color information
#B30B2F (or 0xB30B2F) is known color: Cardinal. HEX triplet: B3, 0B and 2F. RGB value is (179,11,47). Sum of RGB (Red+Green+Blue) = 179+11+47=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B2F is #4CF4D0. Grayscale: #414141. Windows color (decimal): -5043409 or 3083187. OLE color: 3083187.
HSL color Cylindrical-coordinate representation of color #B30B2F: hue angle of 347.14º 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 #B30B2F is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 47 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.30 |
| HSL | 347.14º | 0.88% | 0.37% | - |
| HSV(B) | 347.14º | 0.94% | 0.7% | - |
| XYZ | 19.22 | 10.03 | 3.61 | - |
| YUV | 65.34 | 117.66 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 47 | 0 | 0.94 | 0.74 | 0.30 | 347.14 | 0.88 | 0.37 |
| Hex | B3 | B | 2F | 0 | 5E | 4A | 1E | 15B | 58 | 25 |
| Octal | 263 | 13 | 57 | 0 | 136 | 112 | 36 | 533 | 130 | 45 |
| Binary | 10110011 | 1011 | 101111 | 0 | 1011110 | 1001010 | 11110 | 101011011 | 1011000 | 100101 |
Color Harmonies of #B30B2F
Complementary color
Monochromatic Colors of #B30B2F
Black with #B30B2F
Text Example
Text Example
White with #B30B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B2F; }
p { color: rgb(179,11,47); }
H1.HeaderClassName
{
color: #B30B2F;
}
.AnyTagClassName
{
color: #B30B2F;
}
</style>
background-color css
<style>
a { background-color: #B30B2F; }
a { background-color: rgb(179,11,47); }
div.DivClassName
{
background-color: #B30B2F;
}
.BgClassName
{
background-color: #B30B2F;
}
</style>
border-color css
<style>
span { border-color: #B30B2F; }
span { border-color: rgb(179,11,47); }
td.TdClassName
{
border-color: #B30B2F;
}
.TagClassName
{
border-color: #B30B2F;
}
</style>