Shades of Cardinal #B71E2B
Tints of Cardinal #B71E2B
RGB
CMYK
RGB Variations
Color information
#B71E2B (or 0xB71E2B) is known color: Cardinal. HEX triplet: B7, 1E and 2B. RGB value is (183,30,43). Sum of RGB (Red+Green+Blue) = 183+30+43=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E2B is #48E1D4. Grayscale: #4D4D4D. Windows color (decimal): -4776405 or 2825911. OLE color: 2825911.
HSL color Cylindrical-coordinate representation of color #B71E2B: hue angle of 354.9º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E2B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 43 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.28 |
| HSL | 354.9º | 0.72% | 0.42% | - |
| HSV(B) | 354.9º | 0.84% | 0.72% | - |
| XYZ | 20.43 | 11.17 | 3.36 | - |
| YUV | 77.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 43 | 0 | 0.84 | 0.77 | 0.28 | 354.9 | 0.72 | 0.42 |
| Hex | B7 | 1E | 2B | 0 | 54 | 4D | 1C | 163 | 48 | 2A |
| Octal | 267 | 36 | 53 | 0 | 124 | 115 | 34 | 543 | 110 | 52 |
| Binary | 10110111 | 11110 | 101011 | 0 | 1010100 | 1001101 | 11100 | 101100011 | 1001000 | 101010 |
Color Harmonies of #B71E2B
Complementary color
Monochromatic Colors of #B71E2B
Black with #B71E2B
Text Example
Text Example
White with #B71E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E2B; }
p { color: rgb(183,30,43); }
H1.HeaderClassName
{
color: #B71E2B;
}
.AnyTagClassName
{
color: #B71E2B;
}
</style>
background-color css
<style>
a { background-color: #B71E2B; }
a { background-color: rgb(183,30,43); }
div.DivClassName
{
background-color: #B71E2B;
}
.BgClassName
{
background-color: #B71E2B;
}
</style>
border-color css
<style>
span { border-color: #B71E2B; }
span { border-color: rgb(183,30,43); }
td.TdClassName
{
border-color: #B71E2B;
}
.TagClassName
{
border-color: #B71E2B;
}
</style>