Shades of Cardinal #B71D3A
Tints of Cardinal #B71D3A
RGB
CMYK
RGB Variations
Color information
#B71D3A (or 0xB71D3A) is known color: Cardinal. HEX triplet: B7, 1D and 3A. RGB value is (183,29,58). Sum of RGB (Red+Green+Blue) = 183+29+58=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D3A is #48E2C5. Grayscale: #4E4E4E. Windows color (decimal): -4776646 or 3808695. OLE color: 3808695.
HSL color Cylindrical-coordinate representation of color #B71D3A: hue angle of 348.7º degrees, saturation: 0.73, 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 #B71D3A is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 58 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.28 |
| HSL | 348.7º | 0.73% | 0.42% | - |
| HSV(B) | 348.7º | 0.84% | 0.72% | - |
| XYZ | 20.73 | 11.25 | 5.08 | - |
| YUV | 78.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 58 | 0 | 0.84 | 0.68 | 0.28 | 348.7 | 0.73 | 0.42 |
| Hex | B7 | 1D | 3A | 0 | 54 | 44 | 1C | 15D | 49 | 2A |
| Octal | 267 | 35 | 72 | 0 | 124 | 104 | 34 | 535 | 111 | 52 |
| Binary | 10110111 | 11101 | 111010 | 0 | 1010100 | 1000100 | 11100 | 101011101 | 1001001 | 101010 |
Color Harmonies of #B71D3A
Complementary color
Monochromatic Colors of #B71D3A
Black with #B71D3A
Text Example
Text Example
White with #B71D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D3A; }
p { color: rgb(183,29,58); }
H1.HeaderClassName
{
color: #B71D3A;
}
.AnyTagClassName
{
color: #B71D3A;
}
</style>
background-color css
<style>
a { background-color: #B71D3A; }
a { background-color: rgb(183,29,58); }
div.DivClassName
{
background-color: #B71D3A;
}
.BgClassName
{
background-color: #B71D3A;
}
</style>
border-color css
<style>
span { border-color: #B71D3A; }
span { border-color: rgb(183,29,58); }
td.TdClassName
{
border-color: #B71D3A;
}
.TagClassName
{
border-color: #B71D3A;
}
</style>