Shades of Cardinal #B80038
Tints of Cardinal #B80038
RGB
CMYK
RGB Variations
Color information
#B80038 (or 0xB80038) is known color: Cardinal. HEX triplet: B8, 00 and 38. RGB value is (184,0,56). Sum of RGB (Red+Green+Blue) = 184+0+56=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B80038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80038 is #47FFC7. Grayscale: #3D3D3D. Windows color (decimal): -4718536 or 3670200. OLE color: 3670200.
HSL color Cylindrical-coordinate representation of color #B80038: hue angle of 341.74º 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 #B80038 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.70 | 0.28 |
| HSL | 341.74º | 1% | 0.36% | - |
| HSV(B) | 341.74º | 1% | 0.72% | - |
| XYZ | 20.48 | 10.48 | 4.68 | - |
| YUV | 61.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 56 | 0 | 1 | 0.70 | 0.28 | 341.74 | 1 | 0.36 |
| Hex | B8 | 0 | 38 | 0 | 64 | 46 | 1C | 156 | 64 | 24 |
| Octal | 270 | 0 | 70 | 0 | 144 | 106 | 34 | 526 | 144 | 44 |
| Binary | 10111000 | 0 | 111000 | 0 | 1100100 | 1000110 | 11100 | 101010110 | 1100100 | 100100 |
Color Harmonies of #B80038
Complementary color
Monochromatic Colors of #B80038
Black with #B80038
Text Example
Text Example
White with #B80038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80038; }
p { color: rgb(184,0,56); }
H1.HeaderClassName
{
color: #B80038;
}
.AnyTagClassName
{
color: #B80038;
}
</style>
background-color css
<style>
a { background-color: #B80038; }
a { background-color: rgb(184,0,56); }
div.DivClassName
{
background-color: #B80038;
}
.BgClassName
{
background-color: #B80038;
}
</style>
border-color css
<style>
span { border-color: #B80038; }
span { border-color: rgb(184,0,56); }
td.TdClassName
{
border-color: #B80038;
}
.TagClassName
{
border-color: #B80038;
}
</style>