Shades of Cardinal #B71B2D
Tints of Cardinal #B71B2D
RGB
CMYK
RGB Variations
Color information
#B71B2D (or 0xB71B2D) is known color: Cardinal. HEX triplet: B7, 1B and 2D. RGB value is (183,27,45). Sum of RGB (Red+Green+Blue) = 183+27+45=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B2D is #48E4D2. Grayscale: #4B4B4B. Windows color (decimal): -4777171 or 2956215. OLE color: 2956215.
HSL color Cylindrical-coordinate representation of color #B71B2D: hue angle of 353.08º 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 #B71B2D is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 45 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.28 |
| HSL | 353.08º | 0.74% | 0.41% | - |
| HSV(B) | 353.08º | 0.85% | 0.72% | - |
| XYZ | 20.39 | 11.04 | 3.54 | - |
| YUV | 75.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 45 | 0 | 0.85 | 0.75 | 0.28 | 353.08 | 0.74 | 0.41 |
| Hex | B7 | 1B | 2D | 0 | 55 | 4B | 1C | 161 | 4A | 29 |
| Octal | 267 | 33 | 55 | 0 | 125 | 113 | 34 | 541 | 112 | 51 |
| Binary | 10110111 | 11011 | 101101 | 0 | 1010101 | 1001011 | 11100 | 101100001 | 1001010 | 101001 |
Color Harmonies of #B71B2D
Complementary color
Monochromatic Colors of #B71B2D
Black with #B71B2D
Text Example
Text Example
White with #B71B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B2D; }
p { color: rgb(183,27,45); }
H1.HeaderClassName
{
color: #B71B2D;
}
.AnyTagClassName
{
color: #B71B2D;
}
</style>
background-color css
<style>
a { background-color: #B71B2D; }
a { background-color: rgb(183,27,45); }
div.DivClassName
{
background-color: #B71B2D;
}
.BgClassName
{
background-color: #B71B2D;
}
</style>
border-color css
<style>
span { border-color: #B71B2D; }
span { border-color: rgb(183,27,45); }
td.TdClassName
{
border-color: #B71B2D;
}
.TagClassName
{
border-color: #B71B2D;
}
</style>