Shades of Cardinal #B80435
Tints of Cardinal #B80435
RGB
CMYK
RGB Variations
Color information
#B80435 (or 0xB80435) is known color: Cardinal. HEX triplet: B8, 04 and 35. RGB value is (184,4,53). Sum of RGB (Red+Green+Blue) = 184+4+53=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80435 is #47FBCA. Grayscale: #3F3F3F. Windows color (decimal): -4717515 or 3474616. OLE color: 3474616.
HSL color Cylindrical-coordinate representation of color #B80435: hue angle of 343.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 #B80435 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.28 |
| HSL | 343.67º | 0.96% | 0.37% | - |
| HSV(B) | 343.67º | 0.98% | 0.72% | - |
| XYZ | 20.45 | 10.53 | 4.32 | - |
| YUV | 63.41 | 122.13 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 53 | 0 | 0.98 | 0.71 | 0.28 | 343.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 35 | 0 | 62 | 47 | 1C | 158 | 60 | 25 |
| Octal | 270 | 4 | 65 | 0 | 142 | 107 | 34 | 530 | 140 | 45 |
| Binary | 10111000 | 100 | 110101 | 0 | 1100010 | 1000111 | 11100 | 101011000 | 1100000 | 100101 |
Color Harmonies of #B80435
Complementary color
Monochromatic Colors of #B80435
Black with #B80435
Text Example
Text Example
White with #B80435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80435; }
p { color: rgb(184,4,53); }
H1.HeaderClassName
{
color: #B80435;
}
.AnyTagClassName
{
color: #B80435;
}
</style>
background-color css
<style>
a { background-color: #B80435; }
a { background-color: rgb(184,4,53); }
div.DivClassName
{
background-color: #B80435;
}
.BgClassName
{
background-color: #B80435;
}
</style>
border-color css
<style>
span { border-color: #B80435; }
span { border-color: rgb(184,4,53); }
td.TdClassName
{
border-color: #B80435;
}
.TagClassName
{
border-color: #B80435;
}
</style>