Shades of Cardinal #B7113D
Tints of Cardinal #B7113D
RGB
CMYK
RGB Variations
Color information
#B7113D (or 0xB7113D) is known color: Cardinal. HEX triplet: B7, 11 and 3D. RGB value is (183,17,61). Sum of RGB (Red+Green+Blue) = 183+17+61=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7113D is #48EEC2. Grayscale: #474747. Windows color (decimal): -4779715 or 4002231. OLE color: 4002231.
HSL color Cylindrical-coordinate representation of color #B7113D: hue angle of 344.1º 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 #B7113D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.28 |
| HSL | 344.1º | 0.83% | 0.39% | - |
| HSV(B) | 344.1º | 0.91% | 0.72% | - |
| XYZ | 20.57 | 10.81 | 5.42 | - |
| YUV | 71.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 61 | 0 | 0.91 | 0.67 | 0.28 | 344.1 | 0.83 | 0.39 |
| Hex | B7 | 11 | 3D | 0 | 5B | 43 | 1C | 158 | 53 | 27 |
| Octal | 267 | 21 | 75 | 0 | 133 | 103 | 34 | 530 | 123 | 47 |
| Binary | 10110111 | 10001 | 111101 | 0 | 1011011 | 1000011 | 11100 | 101011000 | 1010011 | 100111 |
Color Harmonies of #B7113D
Complementary color
Monochromatic Colors of #B7113D
Black with #B7113D
Text Example
Text Example
White with #B7113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7113D; }
p { color: rgb(183,17,61); }
H1.HeaderClassName
{
color: #B7113D;
}
.AnyTagClassName
{
color: #B7113D;
}
</style>
background-color css
<style>
a { background-color: #B7113D; }
a { background-color: rgb(183,17,61); }
div.DivClassName
{
background-color: #B7113D;
}
.BgClassName
{
background-color: #B7113D;
}
</style>
border-color css
<style>
span { border-color: #B7113D; }
span { border-color: rgb(183,17,61); }
td.TdClassName
{
border-color: #B7113D;
}
.TagClassName
{
border-color: #B7113D;
}
</style>