Shades of Cardinal #B71344
Tints of Cardinal #B71344
RGB
CMYK
RGB Variations
Color information
#B71344 (or 0xB71344) is known color: Cardinal. HEX triplet: B7, 13 and 44. RGB value is (183,19,68). Sum of RGB (Red+Green+Blue) = 183+19+68=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B71344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71344 is #48ECBB. Grayscale: #494949. Windows color (decimal): -4779196 or 4461495. OLE color: 4461495.
HSL color Cylindrical-coordinate representation of color #B71344: hue angle of 342.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71344 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 68 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.28 |
| HSL | 342.07º | 0.81% | 0.4% | - |
| HSV(B) | 342.07º | 0.9% | 0.72% | - |
| XYZ | 20.8 | 10.95 | 6.49 | - |
| YUV | 73.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 68 | 0 | 0.90 | 0.63 | 0.28 | 342.07 | 0.81 | 0.4 |
| Hex | B7 | 13 | 44 | 0 | 5A | 3F | 1C | 156 | 51 | 28 |
| Octal | 267 | 23 | 104 | 0 | 132 | 77 | 34 | 526 | 121 | 50 |
| Binary | 10110111 | 10011 | 1000100 | 0 | 1011010 | 111111 | 11100 | 101010110 | 1010001 | 101000 |
Color Harmonies of #B71344
Complementary color
Monochromatic Colors of #B71344
Black with #B71344
Text Example
Text Example
White with #B71344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71344; }
p { color: rgb(183,19,68); }
H1.HeaderClassName
{
color: #B71344;
}
.AnyTagClassName
{
color: #B71344;
}
</style>
background-color css
<style>
a { background-color: #B71344; }
a { background-color: rgb(183,19,68); }
div.DivClassName
{
background-color: #B71344;
}
.BgClassName
{
background-color: #B71344;
}
</style>
border-color css
<style>
span { border-color: #B71344; }
span { border-color: rgb(183,19,68); }
td.TdClassName
{
border-color: #B71344;
}
.TagClassName
{
border-color: #B71344;
}
</style>