Shades of Cardinal #B71B2F
Tints of Cardinal #B71B2F
RGB
CMYK
RGB Variations
Color information
#B71B2F (or 0xB71B2F) is known color: Cardinal. HEX triplet: B7, 1B and 2F. RGB value is (183,27,47). Sum of RGB (Red+Green+Blue) = 183+27+47=257 (34% of max value = 765). Red value is 183 (71.88% from 255 or 71.21% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B2F is #48E4D0. Grayscale: #4C4C4C. Windows color (decimal): -4777169 or 3087287. OLE color: 3087287.
HSL color Cylindrical-coordinate representation of color #B71B2F: hue angle of 352.31º degrees, saturation: 0.74, 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 #B71B2F is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 47 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.28 |
| HSL | 352.31º | 0.74% | 0.41% | - |
| HSV(B) | 352.31º | 0.85% | 0.72% | - |
| XYZ | 20.43 | 11.06 | 3.75 | - |
| YUV | 75.92 | 111.68 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 47 | 0 | 0.85 | 0.74 | 0.28 | 352.31 | 0.74 | 0.41 |
| Hex | B7 | 1B | 2F | 0 | 55 | 4A | 1C | 160 | 4A | 29 |
| Octal | 267 | 33 | 57 | 0 | 125 | 112 | 34 | 540 | 112 | 51 |
| Binary | 10110111 | 11011 | 101111 | 0 | 1010101 | 1001010 | 11100 | 101100000 | 1001010 | 101001 |
Color Harmonies of #B71B2F
Complementary color
Monochromatic Colors of #B71B2F
Black with #B71B2F
Text Example
Text Example
White with #B71B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B2F; }
p { color: rgb(183,27,47); }
H1.HeaderClassName
{
color: #B71B2F;
}
.AnyTagClassName
{
color: #B71B2F;
}
</style>
background-color css
<style>
a { background-color: #B71B2F; }
a { background-color: rgb(183,27,47); }
div.DivClassName
{
background-color: #B71B2F;
}
.BgClassName
{
background-color: #B71B2F;
}
</style>
border-color css
<style>
span { border-color: #B71B2F; }
span { border-color: rgb(183,27,47); }
td.TdClassName
{
border-color: #B71B2F;
}
.TagClassName
{
border-color: #B71B2F;
}
</style>