Shades of Cardinal #B71E2F
Tints of Cardinal #B71E2F
RGB
CMYK
RGB Variations
Color information
#B71E2F (or 0xB71E2F) is known color: Cardinal. HEX triplet: B7, 1E and 2F. RGB value is (183,30,47). Sum of RGB (Red+Green+Blue) = 183+30+47=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E2F is #48E1D0. Grayscale: #4D4D4D. Windows color (decimal): -4776401 or 3088055. OLE color: 3088055.
HSL color Cylindrical-coordinate representation of color #B71E2F: hue angle of 353.33º 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 #B71E2F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 47 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.28 |
| HSL | 353.33º | 0.72% | 0.42% | - |
| HSV(B) | 353.33º | 0.84% | 0.72% | - |
| XYZ | 20.51 | 11.2 | 3.77 | - |
| YUV | 77.69 | 110.69 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 47 | 0 | 0.84 | 0.74 | 0.28 | 353.33 | 0.72 | 0.42 |
| Hex | B7 | 1E | 2F | 0 | 54 | 4A | 1C | 161 | 48 | 2A |
| Octal | 267 | 36 | 57 | 0 | 124 | 112 | 34 | 541 | 110 | 52 |
| Binary | 10110111 | 11110 | 101111 | 0 | 1010100 | 1001010 | 11100 | 101100001 | 1001000 | 101010 |
Color Harmonies of #B71E2F
Complementary color
Monochromatic Colors of #B71E2F
Black with #B71E2F
Text Example
Text Example
White with #B71E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E2F; }
p { color: rgb(183,30,47); }
H1.HeaderClassName
{
color: #B71E2F;
}
.AnyTagClassName
{
color: #B71E2F;
}
</style>
background-color css
<style>
a { background-color: #B71E2F; }
a { background-color: rgb(183,30,47); }
div.DivClassName
{
background-color: #B71E2F;
}
.BgClassName
{
background-color: #B71E2F;
}
</style>
border-color css
<style>
span { border-color: #B71E2F; }
span { border-color: rgb(183,30,47); }
td.TdClassName
{
border-color: #B71E2F;
}
.TagClassName
{
border-color: #B71E2F;
}
</style>