Shades of Cardinal #B80030
Tints of Cardinal #B80030
RGB
CMYK
RGB Variations
Color information
#B80030 (or 0xB80030) is known color: Cardinal. HEX triplet: B8, 00 and 30. RGB value is (184,0,48). Sum of RGB (Red+Green+Blue) = 184+0+48=232 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.31% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 184 - color contains mainly: red. Hex color #B80030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80030 is #47FFCF. Grayscale: #3C3C3C. Windows color (decimal): -4718544 or 3145912. OLE color: 3145912.
HSL color Cylindrical-coordinate representation of color #B80030: hue angle of 344.35º 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 #B80030 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.74 | 0.28 |
| HSL | 344.35º | 1% | 0.36% | - |
| HSV(B) | 344.35º | 1% | 0.72% | - |
| XYZ | 20.3 | 10.4 | 3.73 | - |
| YUV | 60.49 | 120.96 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 48 | 0 | 1 | 0.74 | 0.28 | 344.35 | 1 | 0.36 |
| Hex | B8 | 0 | 30 | 0 | 64 | 4A | 1C | 158 | 64 | 24 |
| Octal | 270 | 0 | 60 | 0 | 144 | 112 | 34 | 530 | 144 | 44 |
| Binary | 10111000 | 0 | 110000 | 0 | 1100100 | 1001010 | 11100 | 101011000 | 1100100 | 100100 |
Color Harmonies of #B80030
Complementary color
Monochromatic Colors of #B80030
Black with #B80030
Text Example
Text Example
White with #B80030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80030; }
p { color: rgb(184,0,48); }
H1.HeaderClassName
{
color: #B80030;
}
.AnyTagClassName
{
color: #B80030;
}
</style>
background-color css
<style>
a { background-color: #B80030; }
a { background-color: rgb(184,0,48); }
div.DivClassName
{
background-color: #B80030;
}
.BgClassName
{
background-color: #B80030;
}
</style>
border-color css
<style>
span { border-color: #B80030; }
span { border-color: rgb(184,0,48); }
td.TdClassName
{
border-color: #B80030;
}
.TagClassName
{
border-color: #B80030;
}
</style>