Shades of Cardinal #B80741
Tints of Cardinal #B80741
RGB
CMYK
RGB Variations
Color information
#B80741 (or 0xB80741) is known color: Cardinal. HEX triplet: B8, 07 and 41. RGB value is (184,7,65). Sum of RGB (Red+Green+Blue) = 184+7+65=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B80741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80741 is #47F8BE. Grayscale: #424242. Windows color (decimal): -4716735 or 4261816. OLE color: 4261816.
HSL color Cylindrical-coordinate representation of color #B80741: hue angle of 340.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80741 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.28 |
| HSL | 340.34º | 0.93% | 0.37% | - |
| HSV(B) | 340.34º | 0.96% | 0.72% | - |
| XYZ | 20.8 | 10.72 | 5.97 | - |
| YUV | 66.54 | 127.14 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 65 | 0 | 0.96 | 0.65 | 0.28 | 340.34 | 0.93 | 0.37 |
| Hex | B8 | 7 | 41 | 0 | 60 | 41 | 1C | 154 | 5D | 25 |
| Octal | 270 | 7 | 101 | 0 | 140 | 101 | 34 | 524 | 135 | 45 |
| Binary | 10111000 | 111 | 1000001 | 0 | 1100000 | 1000001 | 11100 | 101010100 | 1011101 | 100101 |
Color Harmonies of #B80741
Complementary color
Monochromatic Colors of #B80741
Black with #B80741
Text Example
Text Example
White with #B80741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80741; }
p { color: rgb(184,7,65); }
H1.HeaderClassName
{
color: #B80741;
}
.AnyTagClassName
{
color: #B80741;
}
</style>
background-color css
<style>
a { background-color: #B80741; }
a { background-color: rgb(184,7,65); }
div.DivClassName
{
background-color: #B80741;
}
.BgClassName
{
background-color: #B80741;
}
</style>
border-color css
<style>
span { border-color: #B80741; }
span { border-color: rgb(184,7,65); }
td.TdClassName
{
border-color: #B80741;
}
.TagClassName
{
border-color: #B80741;
}
</style>