Shades of Cardinal #B0122F
Tints of Cardinal #B0122F
RGB
CMYK
RGB Variations
Color information
#B0122F (or 0xB0122F) is known color: Cardinal. HEX triplet: B0, 12 and 2F. RGB value is (176,18,47). Sum of RGB (Red+Green+Blue) = 176+18+47=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0122F is #4FEDD0. Grayscale: #444444. Windows color (decimal): -5238225 or 3084976. OLE color: 3084976.
HSL color Cylindrical-coordinate representation of color #B0122F: hue angle of 348.99º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0122F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 47 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.31 |
| HSL | 348.99º | 0.81% | 0.38% | - |
| HSV(B) | 348.99º | 0.9% | 0.69% | - |
| XYZ | 18.63 | 9.87 | 3.61 | - |
| YUV | 68.55 | 115.85 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 47 | 0 | 0.90 | 0.73 | 0.31 | 348.99 | 0.81 | 0.38 |
| Hex | B0 | 12 | 2F | 0 | 5A | 49 | 1F | 15D | 51 | 26 |
| Octal | 260 | 22 | 57 | 0 | 132 | 111 | 37 | 535 | 121 | 46 |
| Binary | 10110000 | 10010 | 101111 | 0 | 1011010 | 1001001 | 11111 | 101011101 | 1010001 | 100110 |
Color Harmonies of #B0122F
Complementary color
Monochromatic Colors of #B0122F
Black with #B0122F
Text Example
Text Example
White with #B0122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0122F; }
p { color: rgb(176,18,47); }
H1.HeaderClassName
{
color: #B0122F;
}
.AnyTagClassName
{
color: #B0122F;
}
</style>
background-color css
<style>
a { background-color: #B0122F; }
a { background-color: rgb(176,18,47); }
div.DivClassName
{
background-color: #B0122F;
}
.BgClassName
{
background-color: #B0122F;
}
</style>
border-color css
<style>
span { border-color: #B0122F; }
span { border-color: rgb(176,18,47); }
td.TdClassName
{
border-color: #B0122F;
}
.TagClassName
{
border-color: #B0122F;
}
</style>