Shades of Cardinal #B80738
Tints of Cardinal #B80738
RGB
CMYK
RGB Variations
Color information
#B80738 (or 0xB80738) is known color: Cardinal. HEX triplet: B8, 07 and 38. RGB value is (184,7,56). Sum of RGB (Red+Green+Blue) = 184+7+56=247 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.49% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 184 - color contains mainly: red. Hex color #B80738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80738 is #47F8C7. Grayscale: #414141. Windows color (decimal): -4716744 or 3671992. OLE color: 3671992.
HSL color Cylindrical-coordinate representation of color #B80738: hue angle of 343.39º 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 #B80738 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.28 |
| HSL | 343.39º | 0.93% | 0.37% | - |
| HSV(B) | 343.39º | 0.96% | 0.72% | - |
| XYZ | 20.56 | 10.63 | 4.71 | - |
| YUV | 65.51 | 122.64 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 56 | 0 | 0.96 | 0.70 | 0.28 | 343.39 | 0.93 | 0.37 |
| Hex | B8 | 7 | 38 | 0 | 60 | 46 | 1C | 157 | 5D | 25 |
| Octal | 270 | 7 | 70 | 0 | 140 | 106 | 34 | 527 | 135 | 45 |
| Binary | 10111000 | 111 | 111000 | 0 | 1100000 | 1000110 | 11100 | 101010111 | 1011101 | 100101 |
Color Harmonies of #B80738
Complementary color
Monochromatic Colors of #B80738
Black with #B80738
Text Example
Text Example
White with #B80738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80738; }
p { color: rgb(184,7,56); }
H1.HeaderClassName
{
color: #B80738;
}
.AnyTagClassName
{
color: #B80738;
}
</style>
background-color css
<style>
a { background-color: #B80738; }
a { background-color: rgb(184,7,56); }
div.DivClassName
{
background-color: #B80738;
}
.BgClassName
{
background-color: #B80738;
}
</style>
border-color css
<style>
span { border-color: #B80738; }
span { border-color: rgb(184,7,56); }
td.TdClassName
{
border-color: #B80738;
}
.TagClassName
{
border-color: #B80738;
}
</style>