Shades of Cardinal #B81344
Tints of Cardinal #B81344
RGB
CMYK
RGB Variations
Color information
#B81344 (or 0xB81344) is known color: Cardinal. HEX triplet: B8, 13 and 44. RGB value is (184,19,68). Sum of RGB (Red+Green+Blue) = 184+19+68=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B81344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81344 is #47ECBB. Grayscale: #494949. Windows color (decimal): -4713660 or 4461496. OLE color: 4461496.
HSL color Cylindrical-coordinate representation of color #B81344: hue angle of 342.18º 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 #B81344 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 68 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.28 |
| HSL | 342.18º | 0.81% | 0.4% | - |
| HSV(B) | 342.18º | 0.9% | 0.72% | - |
| XYZ | 21.04 | 11.07 | 6.5 | - |
| YUV | 73.92 | 124.66 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 68 | 0 | 0.90 | 0.63 | 0.28 | 342.18 | 0.81 | 0.4 |
| Hex | B8 | 13 | 44 | 0 | 5A | 3F | 1C | 156 | 51 | 28 |
| Octal | 270 | 23 | 104 | 0 | 132 | 77 | 34 | 526 | 121 | 50 |
| Binary | 10111000 | 10011 | 1000100 | 0 | 1011010 | 111111 | 11100 | 101010110 | 1010001 | 101000 |
Color Harmonies of #B81344
Complementary color
Monochromatic Colors of #B81344
Black with #B81344
Text Example
Text Example
White with #B81344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81344; }
p { color: rgb(184,19,68); }
H1.HeaderClassName
{
color: #B81344;
}
.AnyTagClassName
{
color: #B81344;
}
</style>
background-color css
<style>
a { background-color: #B81344; }
a { background-color: rgb(184,19,68); }
div.DivClassName
{
background-color: #B81344;
}
.BgClassName
{
background-color: #B81344;
}
</style>
border-color css
<style>
span { border-color: #B81344; }
span { border-color: rgb(184,19,68); }
td.TdClassName
{
border-color: #B81344;
}
.TagClassName
{
border-color: #B81344;
}
</style>