Shades of Cardinal #B0122D
Tints of Cardinal #B0122D
RGB
CMYK
RGB Variations
Color information
#B0122D (or 0xB0122D) is known color: Cardinal. HEX triplet: B0, 12 and 2D. RGB value is (176,18,45). Sum of RGB (Red+Green+Blue) = 176+18+45=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0122D is #4FEDD2. Grayscale: #444444. Windows color (decimal): -5238227 or 2953904. OLE color: 2953904.
HSL color Cylindrical-coordinate representation of color #B0122D: hue angle of 349.75º 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 #B0122D is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.31 |
| HSL | 349.75º | 0.81% | 0.38% | - |
| HSV(B) | 349.75º | 0.9% | 0.69% | - |
| XYZ | 18.59 | 9.85 | 3.4 | - |
| YUV | 68.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 45 | 0 | 0.90 | 0.74 | 0.31 | 349.75 | 0.81 | 0.38 |
| Hex | B0 | 12 | 2D | 0 | 5A | 4A | 1F | 15E | 51 | 26 |
| Octal | 260 | 22 | 55 | 0 | 132 | 112 | 37 | 536 | 121 | 46 |
| Binary | 10110000 | 10010 | 101101 | 0 | 1011010 | 1001010 | 11111 | 101011110 | 1010001 | 100110 |
Color Harmonies of #B0122D
Complementary color
Monochromatic Colors of #B0122D
Black with #B0122D
Text Example
Text Example
White with #B0122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0122D; }
p { color: rgb(176,18,45); }
H1.HeaderClassName
{
color: #B0122D;
}
.AnyTagClassName
{
color: #B0122D;
}
</style>
background-color css
<style>
a { background-color: #B0122D; }
a { background-color: rgb(176,18,45); }
div.DivClassName
{
background-color: #B0122D;
}
.BgClassName
{
background-color: #B0122D;
}
</style>
border-color css
<style>
span { border-color: #B0122D; }
span { border-color: rgb(176,18,45); }
td.TdClassName
{
border-color: #B0122D;
}
.TagClassName
{
border-color: #B0122D;
}
</style>