Shades of Cardinal #B71E2E
Tints of Cardinal #B71E2E
RGB
CMYK
RGB Variations
Color information
#B71E2E (or 0xB71E2E) is known color: Cardinal. HEX triplet: B7, 1E and 2E. RGB value is (183,30,46). Sum of RGB (Red+Green+Blue) = 183+30+46=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71E2E is #48E1D1. Grayscale: #4D4D4D. Windows color (decimal): -4776402 or 3022519. OLE color: 3022519.
HSL color Cylindrical-coordinate representation of color #B71E2E: hue angle of 353.73º 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 #B71E2E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 46 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.28 |
| HSL | 353.73º | 0.72% | 0.42% | - |
| HSV(B) | 353.73º | 0.84% | 0.72% | - |
| XYZ | 20.49 | 11.19 | 3.67 | - |
| YUV | 77.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 46 | 0 | 0.84 | 0.75 | 0.28 | 353.73 | 0.72 | 0.42 |
| Hex | B7 | 1E | 2E | 0 | 54 | 4B | 1C | 162 | 48 | 2A |
| Octal | 267 | 36 | 56 | 0 | 124 | 113 | 34 | 542 | 110 | 52 |
| Binary | 10110111 | 11110 | 101110 | 0 | 1010100 | 1001011 | 11100 | 101100010 | 1001000 | 101010 |
Color Harmonies of #B71E2E
Complementary color
Monochromatic Colors of #B71E2E
Black with #B71E2E
Text Example
Text Example
White with #B71E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E2E; }
p { color: rgb(183,30,46); }
H1.HeaderClassName
{
color: #B71E2E;
}
.AnyTagClassName
{
color: #B71E2E;
}
</style>
background-color css
<style>
a { background-color: #B71E2E; }
a { background-color: rgb(183,30,46); }
div.DivClassName
{
background-color: #B71E2E;
}
.BgClassName
{
background-color: #B71E2E;
}
</style>
border-color css
<style>
span { border-color: #B71E2E; }
span { border-color: rgb(183,30,46); }
td.TdClassName
{
border-color: #B71E2E;
}
.TagClassName
{
border-color: #B71E2E;
}
</style>