Shades of Cardinal #B80034
Tints of Cardinal #B80034
RGB
CMYK
RGB Variations
Color information
#B80034 (or 0xB80034) is known color: Cardinal. HEX triplet: B8, 00 and 34. RGB value is (184,0,52). Sum of RGB (Red+Green+Blue) = 184+0+52=236 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.97% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 184 - color contains mainly: red. Hex color #B80034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80034 is #47FFCB. Grayscale: #3C3C3C. Windows color (decimal): -4718540 or 3408056. OLE color: 3408056.
HSL color Cylindrical-coordinate representation of color #B80034: hue angle of 343.04º 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 #B80034 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.72 | 0.28 |
| HSL | 343.04º | 1% | 0.36% | - |
| HSV(B) | 343.04º | 1% | 0.72% | - |
| XYZ | 20.39 | 10.44 | 4.19 | - |
| YUV | 60.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 52 | 0 | 1 | 0.72 | 0.28 | 343.04 | 1 | 0.36 |
| Hex | B8 | 0 | 34 | 0 | 64 | 48 | 1C | 157 | 64 | 24 |
| Octal | 270 | 0 | 64 | 0 | 144 | 110 | 34 | 527 | 144 | 44 |
| Binary | 10111000 | 0 | 110100 | 0 | 1100100 | 1001000 | 11100 | 101010111 | 1100100 | 100100 |
Color Harmonies of #B80034
Complementary color
Monochromatic Colors of #B80034
Black with #B80034
Text Example
Text Example
White with #B80034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80034; }
p { color: rgb(184,0,52); }
H1.HeaderClassName
{
color: #B80034;
}
.AnyTagClassName
{
color: #B80034;
}
</style>
background-color css
<style>
a { background-color: #B80034; }
a { background-color: rgb(184,0,52); }
div.DivClassName
{
background-color: #B80034;
}
.BgClassName
{
background-color: #B80034;
}
</style>
border-color css
<style>
span { border-color: #B80034; }
span { border-color: rgb(184,0,52); }
td.TdClassName
{
border-color: #B80034;
}
.TagClassName
{
border-color: #B80034;
}
</style>