Shades of Cardinal #B80039
Tints of Cardinal #B80039
RGB
CMYK
RGB Variations
Color information
#B80039 (or 0xB80039) is known color: Cardinal. HEX triplet: B8, 00 and 39. RGB value is (184,0,57). Sum of RGB (Red+Green+Blue) = 184+0+57=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80039 is #47FFC6. Grayscale: #3D3D3D. Windows color (decimal): -4718535 or 3735736. OLE color: 3735736.
HSL color Cylindrical-coordinate representation of color #B80039: hue angle of 341.41º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B80039 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.69 | 0.28 |
| HSL | 341.41º | 1% | 0.36% | - |
| HSV(B) | 341.41º | 1% | 0.72% | - |
| XYZ | 20.51 | 10.49 | 4.81 | - |
| YUV | 61.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 57 | 0 | 1 | 0.69 | 0.28 | 341.41 | 1 | 0.36 |
| Hex | B8 | 0 | 39 | 0 | 64 | 45 | 1C | 155 | 64 | 24 |
| Octal | 270 | 0 | 71 | 0 | 144 | 105 | 34 | 525 | 144 | 44 |
| Binary | 10111000 | 0 | 111001 | 0 | 1100100 | 1000101 | 11100 | 101010101 | 1100100 | 100100 |
Color Harmonies of #B80039
Complementary color
Monochromatic Colors of #B80039
Black with #B80039
Text Example
Text Example
White with #B80039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80039; }
p { color: rgb(184,0,57); }
H1.HeaderClassName
{
color: #B80039;
}
.AnyTagClassName
{
color: #B80039;
}
</style>
background-color css
<style>
a { background-color: #B80039; }
a { background-color: rgb(184,0,57); }
div.DivClassName
{
background-color: #B80039;
}
.BgClassName
{
background-color: #B80039;
}
</style>
border-color css
<style>
span { border-color: #B80039; }
span { border-color: rgb(184,0,57); }
td.TdClassName
{
border-color: #B80039;
}
.TagClassName
{
border-color: #B80039;
}
</style>