Shades of Cardinal #B7113F
Tints of Cardinal #B7113F
RGB
CMYK
RGB Variations
Color information
#B7113F (or 0xB7113F) is known color: Cardinal. HEX triplet: B7, 11 and 3F. RGB value is (183,17,63). Sum of RGB (Red+Green+Blue) = 183+17+63=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7113F is #48EEC0. Grayscale: #474747. Windows color (decimal): -4779713 or 4133303. OLE color: 4133303.
HSL color Cylindrical-coordinate representation of color #B7113F: hue angle of 343.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7113F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.28 |
| HSL | 343.37º | 0.83% | 0.39% | - |
| HSV(B) | 343.37º | 0.91% | 0.72% | - |
| XYZ | 20.63 | 10.83 | 5.71 | - |
| YUV | 71.88 | 123 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 63 | 0 | 0.91 | 0.66 | 0.28 | 343.37 | 0.83 | 0.39 |
| Hex | B7 | 11 | 3F | 0 | 5B | 42 | 1C | 157 | 53 | 27 |
| Octal | 267 | 21 | 77 | 0 | 133 | 102 | 34 | 527 | 123 | 47 |
| Binary | 10110111 | 10001 | 111111 | 0 | 1011011 | 1000010 | 11100 | 101010111 | 1010011 | 100111 |
Color Harmonies of #B7113F
Complementary color
Monochromatic Colors of #B7113F
Black with #B7113F
Text Example
Text Example
White with #B7113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7113F; }
p { color: rgb(183,17,63); }
H1.HeaderClassName
{
color: #B7113F;
}
.AnyTagClassName
{
color: #B7113F;
}
</style>
background-color css
<style>
a { background-color: #B7113F; }
a { background-color: rgb(183,17,63); }
div.DivClassName
{
background-color: #B7113F;
}
.BgClassName
{
background-color: #B7113F;
}
</style>
border-color css
<style>
span { border-color: #B7113F; }
span { border-color: rgb(183,17,63); }
td.TdClassName
{
border-color: #B7113F;
}
.TagClassName
{
border-color: #B7113F;
}
</style>