Shades of Cardinal #B71F3C
Tints of Cardinal #B71F3C
RGB
CMYK
RGB Variations
Color information
#B71F3C (or 0xB71F3C) is known color: Cardinal. HEX triplet: B7, 1F and 3C. RGB value is (183,31,60). Sum of RGB (Red+Green+Blue) = 183+31+60=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F3C is #48E0C3. Grayscale: #4F4F4F. Windows color (decimal): -4776132 or 3940279. OLE color: 3940279.
HSL color Cylindrical-coordinate representation of color #B71F3C: hue angle of 348.55º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F3C is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 60 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.28 |
| HSL | 348.55º | 0.71% | 0.42% | - |
| HSV(B) | 348.55º | 0.83% | 0.72% | - |
| XYZ | 20.83 | 11.37 | 5.37 | - |
| YUV | 79.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 60 | 0 | 0.83 | 0.67 | 0.28 | 348.55 | 0.71 | 0.42 |
| Hex | B7 | 1F | 3C | 0 | 53 | 43 | 1C | 15D | 47 | 2A |
| Octal | 267 | 37 | 74 | 0 | 123 | 103 | 34 | 535 | 107 | 52 |
| Binary | 10110111 | 11111 | 111100 | 0 | 1010011 | 1000011 | 11100 | 101011101 | 1000111 | 101010 |
Color Harmonies of #B71F3C
Complementary color
Monochromatic Colors of #B71F3C
Black with #B71F3C
Text Example
Text Example
White with #B71F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F3C; }
p { color: rgb(183,31,60); }
H1.HeaderClassName
{
color: #B71F3C;
}
.AnyTagClassName
{
color: #B71F3C;
}
</style>
background-color css
<style>
a { background-color: #B71F3C; }
a { background-color: rgb(183,31,60); }
div.DivClassName
{
background-color: #B71F3C;
}
.BgClassName
{
background-color: #B71F3C;
}
</style>
border-color css
<style>
span { border-color: #B71F3C; }
span { border-color: rgb(183,31,60); }
td.TdClassName
{
border-color: #B71F3C;
}
.TagClassName
{
border-color: #B71F3C;
}
</style>