Shades of Cardinal #B71C2B
Tints of Cardinal #B71C2B
RGB
CMYK
RGB Variations
Color information
#B71C2B (or 0xB71C2B) is known color: Cardinal. HEX triplet: B7, 1C and 2B. RGB value is (183,28,43). Sum of RGB (Red+Green+Blue) = 183+28+43=254 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.05% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C2B is #48E3D4. Grayscale: #4C4C4C. Windows color (decimal): -4776917 or 2825399. OLE color: 2825399.
HSL color Cylindrical-coordinate representation of color #B71C2B: hue angle of 354.19º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C2B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 43 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.28 |
| HSL | 354.19º | 0.73% | 0.41% | - |
| HSV(B) | 354.19º | 0.85% | 0.72% | - |
| XYZ | 20.38 | 11.07 | 3.35 | - |
| YUV | 76.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 43 | 0 | 0.85 | 0.77 | 0.28 | 354.19 | 0.73 | 0.41 |
| Hex | B7 | 1C | 2B | 0 | 55 | 4D | 1C | 162 | 49 | 29 |
| Octal | 267 | 34 | 53 | 0 | 125 | 115 | 34 | 542 | 111 | 51 |
| Binary | 10110111 | 11100 | 101011 | 0 | 1010101 | 1001101 | 11100 | 101100010 | 1001001 | 101001 |
Color Harmonies of #B71C2B
Complementary color
Monochromatic Colors of #B71C2B
Black with #B71C2B
Text Example
Text Example
White with #B71C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C2B; }
p { color: rgb(183,28,43); }
H1.HeaderClassName
{
color: #B71C2B;
}
.AnyTagClassName
{
color: #B71C2B;
}
</style>
background-color css
<style>
a { background-color: #B71C2B; }
a { background-color: rgb(183,28,43); }
div.DivClassName
{
background-color: #B71C2B;
}
.BgClassName
{
background-color: #B71C2B;
}
</style>
border-color css
<style>
span { border-color: #B71C2B; }
span { border-color: rgb(183,28,43); }
td.TdClassName
{
border-color: #B71C2B;
}
.TagClassName
{
border-color: #B71C2B;
}
</style>