Shades of Cardinal #B7113B
Tints of Cardinal #B7113B
RGB
CMYK
RGB Variations
Color information
#B7113B (or 0xB7113B) is known color: Cardinal. HEX triplet: B7, 11 and 3B. RGB value is (183,17,59). Sum of RGB (Red+Green+Blue) = 183+17+59=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B7113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7113B is #48EEC4. Grayscale: #474747. Windows color (decimal): -4779717 or 3871159. OLE color: 3871159.
HSL color Cylindrical-coordinate representation of color #B7113B: hue angle of 344.82º 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 #B7113B is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 59 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.28 |
| HSL | 344.82º | 0.83% | 0.39% | - |
| HSV(B) | 344.82º | 0.91% | 0.72% | - |
| XYZ | 20.52 | 10.78 | 5.14 | - |
| YUV | 71.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 59 | 0 | 0.91 | 0.68 | 0.28 | 344.82 | 0.83 | 0.39 |
| Hex | B7 | 11 | 3B | 0 | 5B | 44 | 1C | 159 | 53 | 27 |
| Octal | 267 | 21 | 73 | 0 | 133 | 104 | 34 | 531 | 123 | 47 |
| Binary | 10110111 | 10001 | 111011 | 0 | 1011011 | 1000100 | 11100 | 101011001 | 1010011 | 100111 |
Color Harmonies of #B7113B
Complementary color
Monochromatic Colors of #B7113B
Black with #B7113B
Text Example
Text Example
White with #B7113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7113B; }
p { color: rgb(183,17,59); }
H1.HeaderClassName
{
color: #B7113B;
}
.AnyTagClassName
{
color: #B7113B;
}
</style>
background-color css
<style>
a { background-color: #B7113B; }
a { background-color: rgb(183,17,59); }
div.DivClassName
{
background-color: #B7113B;
}
.BgClassName
{
background-color: #B7113B;
}
</style>
border-color css
<style>
span { border-color: #B7113B; }
span { border-color: rgb(183,17,59); }
td.TdClassName
{
border-color: #B7113B;
}
.TagClassName
{
border-color: #B7113B;
}
</style>