Shades of Cardinal #B71F34
Tints of Cardinal #B71F34
RGB
CMYK
RGB Variations
Color information
#B71F34 (or 0xB71F34) is known color: Cardinal. HEX triplet: B7, 1F and 34. RGB value is (183,31,52). Sum of RGB (Red+Green+Blue) = 183+31+52=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F34 is #48E0CB. Grayscale: #4E4E4E. Windows color (decimal): -4776140 or 3415991. OLE color: 3415991.
HSL color Cylindrical-coordinate representation of color #B71F34: hue angle of 351.71º 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 #B71F34 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 31 | 52 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.28 |
| HSL | 351.71º | 0.71% | 0.42% | - |
| HSV(B) | 351.71º | 0.83% | 0.72% | - |
| XYZ | 20.64 | 11.3 | 4.34 | - |
| YUV | 78.84 | 112.86 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 31 | 52 | 0 | 0.83 | 0.72 | 0.28 | 351.71 | 0.71 | 0.42 |
| Hex | B7 | 1F | 34 | 0 | 53 | 48 | 1C | 160 | 47 | 2A |
| Octal | 267 | 37 | 64 | 0 | 123 | 110 | 34 | 540 | 107 | 52 |
| Binary | 10110111 | 11111 | 110100 | 0 | 1010011 | 1001000 | 11100 | 101100000 | 1000111 | 101010 |
Color Harmonies of #B71F34
Complementary color
Monochromatic Colors of #B71F34
Black with #B71F34
Text Example
Text Example
White with #B71F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71F34; }
p { color: rgb(183,31,52); }
H1.HeaderClassName
{
color: #B71F34;
}
.AnyTagClassName
{
color: #B71F34;
}
</style>
background-color css
<style>
a { background-color: #B71F34; }
a { background-color: rgb(183,31,52); }
div.DivClassName
{
background-color: #B71F34;
}
.BgClassName
{
background-color: #B71F34;
}
</style>
border-color css
<style>
span { border-color: #B71F34; }
span { border-color: rgb(183,31,52); }
td.TdClassName
{
border-color: #B71F34;
}
.TagClassName
{
border-color: #B71F34;
}
</style>