Shades of Cardinal #B0113F
Tints of Cardinal #B0113F
RGB
CMYK
RGB Variations
Color information
#B0113F (or 0xB0113F) is known color: Cardinal. HEX triplet: B0, 11 and 3F. RGB value is (176,17,63). Sum of RGB (Red+Green+Blue) = 176+17+63=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0113F is #4FEEC0. Grayscale: #454545. Windows color (decimal): -5238465 or 4133296. OLE color: 4133296.
HSL color Cylindrical-coordinate representation of color #B0113F: hue angle of 342.64º degrees, saturation: 0.82, 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 #B0113F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.31 |
| HSL | 342.64º | 0.82% | 0.38% | - |
| HSV(B) | 342.64º | 0.9% | 0.69% | - |
| XYZ | 19 | 9.99 | 5.63 | - |
| YUV | 69.79 | 124.18 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 63 | 0 | 0.90 | 0.64 | 0.31 | 342.64 | 0.82 | 0.38 |
| Hex | B0 | 11 | 3F | 0 | 5A | 40 | 1F | 157 | 52 | 26 |
| Octal | 260 | 21 | 77 | 0 | 132 | 100 | 37 | 527 | 122 | 46 |
| Binary | 10110000 | 10001 | 111111 | 0 | 1011010 | 1000000 | 11111 | 101010111 | 1010010 | 100110 |
Color Harmonies of #B0113F
Complementary color
Monochromatic Colors of #B0113F
Black with #B0113F
Text Example
Text Example
White with #B0113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0113F; }
p { color: rgb(176,17,63); }
H1.HeaderClassName
{
color: #B0113F;
}
.AnyTagClassName
{
color: #B0113F;
}
</style>
background-color css
<style>
a { background-color: #B0113F; }
a { background-color: rgb(176,17,63); }
div.DivClassName
{
background-color: #B0113F;
}
.BgClassName
{
background-color: #B0113F;
}
</style>
border-color css
<style>
span { border-color: #B0113F; }
span { border-color: rgb(176,17,63); }
td.TdClassName
{
border-color: #B0113F;
}
.TagClassName
{
border-color: #B0113F;
}
</style>