Shades of Cardinal #B7114B
Tints of Cardinal #B7114B
RGB
CMYK
RGB Variations
Color information
#B7114B (or 0xB7114B) is known color: Cardinal. HEX triplet: B7, 11 and 4B. RGB value is (183,17,75). Sum of RGB (Red+Green+Blue) = 183+17+75=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7114B is #48EEB4. Grayscale: #494949. Windows color (decimal): -4779701 or 4919735. OLE color: 4919735.
HSL color Cylindrical-coordinate representation of color #B7114B: hue angle of 339.04º 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 #B7114B is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 75 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.28 |
| HSL | 339.04º | 0.83% | 0.39% | - |
| HSV(B) | 339.04º | 0.91% | 0.72% | - |
| XYZ | 21 | 10.98 | 7.67 | - |
| YUV | 73.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 75 | 0 | 0.91 | 0.59 | 0.28 | 339.04 | 0.83 | 0.39 |
| Hex | B7 | 11 | 4B | 0 | 5B | 3B | 1C | 153 | 53 | 27 |
| Octal | 267 | 21 | 113 | 0 | 133 | 73 | 34 | 523 | 123 | 47 |
| Binary | 10110111 | 10001 | 1001011 | 0 | 1011011 | 111011 | 11100 | 101010011 | 1010011 | 100111 |
Color Harmonies of #B7114B
Complementary color
Monochromatic Colors of #B7114B
Black with #B7114B
Text Example
Text Example
White with #B7114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7114B; }
p { color: rgb(183,17,75); }
H1.HeaderClassName
{
color: #B7114B;
}
.AnyTagClassName
{
color: #B7114B;
}
</style>
background-color css
<style>
a { background-color: #B7114B; }
a { background-color: rgb(183,17,75); }
div.DivClassName
{
background-color: #B7114B;
}
.BgClassName
{
background-color: #B7114B;
}
</style>
border-color css
<style>
span { border-color: #B7114B; }
span { border-color: rgb(183,17,75); }
td.TdClassName
{
border-color: #B7114B;
}
.TagClassName
{
border-color: #B7114B;
}
</style>