Shades of Cardinal #B80438
Tints of Cardinal #B80438
RGB
CMYK
RGB Variations
Color information
#B80438 (or 0xB80438) is known color: Cardinal. HEX triplet: B8, 04 and 38. RGB value is (184,4,56). Sum of RGB (Red+Green+Blue) = 184+4+56=244 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.41% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 184 - color contains mainly: red. Hex color #B80438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80438 is #47FBC7. Grayscale: #3F3F3F. Windows color (decimal): -4717512 or 3671224. OLE color: 3671224.
HSL color Cylindrical-coordinate representation of color #B80438: hue angle of 342.67º 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 #B80438 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.28 |
| HSL | 342.67º | 0.96% | 0.37% | - |
| HSV(B) | 342.67º | 0.98% | 0.72% | - |
| XYZ | 20.52 | 10.56 | 4.7 | - |
| YUV | 63.75 | 123.63 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 56 | 0 | 0.98 | 0.70 | 0.28 | 342.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 38 | 0 | 62 | 46 | 1C | 157 | 60 | 25 |
| Octal | 270 | 4 | 70 | 0 | 142 | 106 | 34 | 527 | 140 | 45 |
| Binary | 10111000 | 100 | 111000 | 0 | 1100010 | 1000110 | 11100 | 101010111 | 1100000 | 100101 |
Color Harmonies of #B80438
Complementary color
Monochromatic Colors of #B80438
Black with #B80438
Text Example
Text Example
White with #B80438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80438; }
p { color: rgb(184,4,56); }
H1.HeaderClassName
{
color: #B80438;
}
.AnyTagClassName
{
color: #B80438;
}
</style>
background-color css
<style>
a { background-color: #B80438; }
a { background-color: rgb(184,4,56); }
div.DivClassName
{
background-color: #B80438;
}
.BgClassName
{
background-color: #B80438;
}
</style>
border-color css
<style>
span { border-color: #B80438; }
span { border-color: rgb(184,4,56); }
td.TdClassName
{
border-color: #B80438;
}
.TagClassName
{
border-color: #B80438;
}
</style>