Shades of Cardinal #B71133
Tints of Cardinal #B71133
RGB
CMYK
RGB Variations
Color information
#B71133 (or 0xB71133) is known color: Cardinal. HEX triplet: B7, 11 and 33. RGB value is (183,17,51). Sum of RGB (Red+Green+Blue) = 183+17+51=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B71133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71133 is #48EECC. Grayscale: #464646. Windows color (decimal): -4779725 or 3346871. OLE color: 3346871.
HSL color Cylindrical-coordinate representation of color #B71133: hue angle of 347.71º 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 #B71133 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 51 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.28 |
| HSL | 347.71º | 0.83% | 0.39% | - |
| HSV(B) | 347.71º | 0.91% | 0.72% | - |
| XYZ | 20.33 | 10.71 | 4.13 | - |
| YUV | 70.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 51 | 0 | 0.91 | 0.72 | 0.28 | 347.71 | 0.83 | 0.39 |
| Hex | B7 | 11 | 33 | 0 | 5B | 48 | 1C | 15C | 53 | 27 |
| Octal | 267 | 21 | 63 | 0 | 133 | 110 | 34 | 534 | 123 | 47 |
| Binary | 10110111 | 10001 | 110011 | 0 | 1011011 | 1001000 | 11100 | 101011100 | 1010011 | 100111 |
Color Harmonies of #B71133
Complementary color
Monochromatic Colors of #B71133
Black with #B71133
Text Example
Text Example
White with #B71133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71133; }
p { color: rgb(183,17,51); }
H1.HeaderClassName
{
color: #B71133;
}
.AnyTagClassName
{
color: #B71133;
}
</style>
background-color css
<style>
a { background-color: #B71133; }
a { background-color: rgb(183,17,51); }
div.DivClassName
{
background-color: #B71133;
}
.BgClassName
{
background-color: #B71133;
}
</style>
border-color css
<style>
span { border-color: #B71133; }
span { border-color: rgb(183,17,51); }
td.TdClassName
{
border-color: #B71133;
}
.TagClassName
{
border-color: #B71133;
}
</style>