Shades of Cardinal #B0122C
Tints of Cardinal #B0122C
RGB
CMYK
RGB Variations
Color information
#B0122C (or 0xB0122C) is known color: Cardinal. HEX triplet: B0, 12 and 2C. RGB value is (176,18,44). Sum of RGB (Red+Green+Blue) = 176+18+44=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B0122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0122C is #4FEDD3. Grayscale: #444444. Windows color (decimal): -5238228 or 2888368. OLE color: 2888368.
HSL color Cylindrical-coordinate representation of color #B0122C: hue angle of 350.13º 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 #B0122C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 44 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.31 |
| HSL | 350.13º | 0.81% | 0.38% | - |
| HSV(B) | 350.13º | 0.9% | 0.69% | - |
| XYZ | 18.58 | 9.84 | 3.3 | - |
| YUV | 68.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 44 | 0 | 0.90 | 0.75 | 0.31 | 350.13 | 0.81 | 0.38 |
| Hex | B0 | 12 | 2C | 0 | 5A | 4B | 1F | 15E | 51 | 26 |
| Octal | 260 | 22 | 54 | 0 | 132 | 113 | 37 | 536 | 121 | 46 |
| Binary | 10110000 | 10010 | 101100 | 0 | 1011010 | 1001011 | 11111 | 101011110 | 1010001 | 100110 |
Color Harmonies of #B0122C
Complementary color
Monochromatic Colors of #B0122C
Black with #B0122C
Text Example
Text Example
White with #B0122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0122C; }
p { color: rgb(176,18,44); }
H1.HeaderClassName
{
color: #B0122C;
}
.AnyTagClassName
{
color: #B0122C;
}
</style>
background-color css
<style>
a { background-color: #B0122C; }
a { background-color: rgb(176,18,44); }
div.DivClassName
{
background-color: #B0122C;
}
.BgClassName
{
background-color: #B0122C;
}
</style>
border-color css
<style>
span { border-color: #B0122C; }
span { border-color: rgb(176,18,44); }
td.TdClassName
{
border-color: #B0122C;
}
.TagClassName
{
border-color: #B0122C;
}
</style>