Shades of Cardinal #B80033
Tints of Cardinal #B80033
RGB
CMYK
RGB Variations
Color information
#B80033 (or 0xB80033) is known color: Cardinal. HEX triplet: B8, 00 and 33. RGB value is (184,0,51). Sum of RGB (Red+Green+Blue) = 184+0+51=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B80033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80033 is #47FFCC. Grayscale: #3C3C3C. Windows color (decimal): -4718541 or 3342520. OLE color: 3342520.
HSL color Cylindrical-coordinate representation of color #B80033: hue angle of 343.37º 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 #B80033 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.72 | 0.28 |
| HSL | 343.37º | 1% | 0.36% | - |
| HSV(B) | 343.37º | 1% | 0.72% | - |
| XYZ | 20.36 | 10.43 | 4.07 | - |
| YUV | 60.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 0 | 51 | 0 | 1 | 0.72 | 0.28 | 343.37 | 1 | 0.36 |
| Hex | B8 | 0 | 33 | 0 | 64 | 48 | 1C | 157 | 64 | 24 |
| Octal | 270 | 0 | 63 | 0 | 144 | 110 | 34 | 527 | 144 | 44 |
| Binary | 10111000 | 0 | 110011 | 0 | 1100100 | 1001000 | 11100 | 101010111 | 1100100 | 100100 |
Color Harmonies of #B80033
Complementary color
Monochromatic Colors of #B80033
Black with #B80033
Text Example
Text Example
White with #B80033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80033; }
p { color: rgb(184,0,51); }
H1.HeaderClassName
{
color: #B80033;
}
.AnyTagClassName
{
color: #B80033;
}
</style>
background-color css
<style>
a { background-color: #B80033; }
a { background-color: rgb(184,0,51); }
div.DivClassName
{
background-color: #B80033;
}
.BgClassName
{
background-color: #B80033;
}
</style>
border-color css
<style>
span { border-color: #B80033; }
span { border-color: rgb(184,0,51); }
td.TdClassName
{
border-color: #B80033;
}
.TagClassName
{
border-color: #B80033;
}
</style>