Shades of Cardinal #B80141
Tints of Cardinal #B80141
RGB
CMYK
RGB Variations
Color information
#B80141 (or 0xB80141) is known color: Cardinal. HEX triplet: B8, 01 and 41. RGB value is (184,1,65). Sum of RGB (Red+Green+Blue) = 184+1+65=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B80141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80141 is #47FEBE. Grayscale: #3E3E3E. Windows color (decimal): -4718271 or 4260280. OLE color: 4260280.
HSL color Cylindrical-coordinate representation of color #B80141: hue angle of 339.02º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80141 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.28 |
| HSL | 339.02º | 0.99% | 0.36% | - |
| HSV(B) | 339.02º | 0.99% | 0.72% | - |
| XYZ | 20.73 | 10.59 | 5.95 | - |
| YUV | 63.01 | 129.13 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 1 | 65 | 0 | 0.99 | 0.65 | 0.28 | 339.02 | 0.99 | 0.36 |
| Hex | B8 | 1 | 41 | 0 | 63 | 41 | 1C | 153 | 63 | 24 |
| Octal | 270 | 1 | 101 | 0 | 143 | 101 | 34 | 523 | 143 | 44 |
| Binary | 10111000 | 1 | 1000001 | 0 | 1100011 | 1000001 | 11100 | 101010011 | 1100011 | 100100 |
Color Harmonies of #B80141
Complementary color
Monochromatic Colors of #B80141
Black with #B80141
Text Example
Text Example
White with #B80141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80141; }
p { color: rgb(184,1,65); }
H1.HeaderClassName
{
color: #B80141;
}
.AnyTagClassName
{
color: #B80141;
}
</style>
background-color css
<style>
a { background-color: #B80141; }
a { background-color: rgb(184,1,65); }
div.DivClassName
{
background-color: #B80141;
}
.BgClassName
{
background-color: #B80141;
}
</style>
border-color css
<style>
span { border-color: #B80141; }
span { border-color: rgb(184,1,65); }
td.TdClassName
{
border-color: #B80141;
}
.TagClassName
{
border-color: #B80141;
}
</style>