Shades of Cardinal #B80436
Tints of Cardinal #B80436
RGB
CMYK
RGB Variations
Color information
#B80436 (or 0xB80436) is known color: Cardinal. HEX triplet: B8, 04 and 36. RGB value is (184,4,54). Sum of RGB (Red+Green+Blue) = 184+4+54=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80436 is #47FBC9. Grayscale: #3F3F3F. Windows color (decimal): -4717514 or 3540152. OLE color: 3540152.
HSL color Cylindrical-coordinate representation of color #B80436: hue angle of 343.33º degrees, saturation: 0.96, 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 #B80436 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.28 |
| HSL | 343.33º | 0.96% | 0.37% | - |
| HSV(B) | 343.33º | 0.98% | 0.72% | - |
| XYZ | 20.48 | 10.54 | 4.45 | - |
| YUV | 63.52 | 122.63 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 54 | 0 | 0.98 | 0.71 | 0.28 | 343.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 36 | 0 | 62 | 47 | 1C | 157 | 60 | 25 |
| Octal | 270 | 4 | 66 | 0 | 142 | 107 | 34 | 527 | 140 | 45 |
| Binary | 10111000 | 100 | 110110 | 0 | 1100010 | 1000111 | 11100 | 101010111 | 1100000 | 100101 |
Color Harmonies of #B80436
Complementary color
Monochromatic Colors of #B80436
Black with #B80436
Text Example
Text Example
White with #B80436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80436; }
p { color: rgb(184,4,54); }
H1.HeaderClassName
{
color: #B80436;
}
.AnyTagClassName
{
color: #B80436;
}
</style>
background-color css
<style>
a { background-color: #B80436; }
a { background-color: rgb(184,4,54); }
div.DivClassName
{
background-color: #B80436;
}
.BgClassName
{
background-color: #B80436;
}
</style>
border-color css
<style>
span { border-color: #B80436; }
span { border-color: rgb(184,4,54); }
td.TdClassName
{
border-color: #B80436;
}
.TagClassName
{
border-color: #B80436;
}
</style>