Shades of Cardinal #B80333
Tints of Cardinal #B80333
RGB
CMYK
RGB Variations
Color information
#B80333 (or 0xB80333) is known color: Cardinal. HEX triplet: B8, 03 and 33. RGB value is (184,3,51). Sum of RGB (Red+Green+Blue) = 184+3+51=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B80333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80333 is #47FCCC. Grayscale: #3E3E3E. Windows color (decimal): -4717773 or 3343288. OLE color: 3343288.
HSL color Cylindrical-coordinate representation of color #B80333: hue angle of 344.09º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80333 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.28 |
| HSL | 344.09º | 0.97% | 0.37% | - |
| HSV(B) | 344.09º | 0.98% | 0.72% | - |
| XYZ | 20.4 | 10.49 | 4.08 | - |
| YUV | 62.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 3 | 51 | 0 | 0.98 | 0.72 | 0.28 | 344.09 | 0.97 | 0.37 |
| Hex | B8 | 3 | 33 | 0 | 62 | 48 | 1C | 158 | 61 | 25 |
| Octal | 270 | 3 | 63 | 0 | 142 | 110 | 34 | 530 | 141 | 45 |
| Binary | 10111000 | 11 | 110011 | 0 | 1100010 | 1001000 | 11100 | 101011000 | 1100001 | 100101 |
Color Harmonies of #B80333
Complementary color
Monochromatic Colors of #B80333
Black with #B80333
Text Example
Text Example
White with #B80333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80333; }
p { color: rgb(184,3,51); }
H1.HeaderClassName
{
color: #B80333;
}
.AnyTagClassName
{
color: #B80333;
}
</style>
background-color css
<style>
a { background-color: #B80333; }
a { background-color: rgb(184,3,51); }
div.DivClassName
{
background-color: #B80333;
}
.BgClassName
{
background-color: #B80333;
}
</style>
border-color css
<style>
span { border-color: #B80333; }
span { border-color: rgb(184,3,51); }
td.TdClassName
{
border-color: #B80333;
}
.TagClassName
{
border-color: #B80333;
}
</style>