Shades of Cardinal #B71C41
Tints of Cardinal #B71C41
RGB
CMYK
RGB Variations
Color information
#B71C41 (or 0xB71C41) is known color: Cardinal. HEX triplet: B7, 1C and 41. RGB value is (183,28,65). Sum of RGB (Red+Green+Blue) = 183+28+65=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71C41 is #48E3BE. Grayscale: #4E4E4E. Windows color (decimal): -4776895 or 4267191. OLE color: 4267191.
HSL color Cylindrical-coordinate representation of color #B71C41: hue angle of 345.68º 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 #B71C41 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 65 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.28 |
| HSL | 345.68º | 0.73% | 0.41% | - |
| HSV(B) | 345.68º | 0.85% | 0.72% | - |
| XYZ | 20.9 | 11.28 | 6.08 | - |
| YUV | 78.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 65 | 0 | 0.85 | 0.64 | 0.28 | 345.68 | 0.73 | 0.41 |
| Hex | B7 | 1C | 41 | 0 | 55 | 40 | 1C | 15A | 49 | 29 |
| Octal | 267 | 34 | 101 | 0 | 125 | 100 | 34 | 532 | 111 | 51 |
| Binary | 10110111 | 11100 | 1000001 | 0 | 1010101 | 1000000 | 11100 | 101011010 | 1001001 | 101001 |
Color Harmonies of #B71C41
Complementary color
Monochromatic Colors of #B71C41
Black with #B71C41
Text Example
Text Example
White with #B71C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C41; }
p { color: rgb(183,28,65); }
H1.HeaderClassName
{
color: #B71C41;
}
.AnyTagClassName
{
color: #B71C41;
}
</style>
background-color css
<style>
a { background-color: #B71C41; }
a { background-color: rgb(183,28,65); }
div.DivClassName
{
background-color: #B71C41;
}
.BgClassName
{
background-color: #B71C41;
}
</style>
border-color css
<style>
span { border-color: #B71C41; }
span { border-color: rgb(183,28,65); }
td.TdClassName
{
border-color: #B71C41;
}
.TagClassName
{
border-color: #B71C41;
}
</style>