Shades of Cardinal #B00540
Tints of Cardinal #B00540
RGB
CMYK
RGB Variations
Color information
#B00540 (or 0xB00540) is known color: Cardinal. HEX triplet: B0, 05 and 40. RGB value is (176,5,64). Sum of RGB (Red+Green+Blue) = 176+5+64=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B00540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00540 is #4FFABF. Grayscale: #3E3E3E. Windows color (decimal): -5241536 or 4195760. OLE color: 4195760.
HSL color Cylindrical-coordinate representation of color #B00540: hue angle of 339.3º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00540 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 64 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.31 |
| HSL | 339.3º | 0.94% | 0.35% | - |
| HSV(B) | 339.3º | 0.97% | 0.69% | - |
| XYZ | 18.88 | 9.71 | 5.73 | - |
| YUV | 62.86 | 128.65 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 64 | 0 | 0.97 | 0.64 | 0.31 | 339.3 | 0.94 | 0.35 |
| Hex | B0 | 5 | 40 | 0 | 61 | 40 | 1F | 153 | 5E | 23 |
| Octal | 260 | 5 | 100 | 0 | 141 | 100 | 37 | 523 | 136 | 43 |
| Binary | 10110000 | 101 | 1000000 | 0 | 1100001 | 1000000 | 11111 | 101010011 | 1011110 | 100011 |
Color Harmonies of #B00540
Complementary color
Monochromatic Colors of #B00540
Black with #B00540
Text Example
Text Example
White with #B00540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00540; }
p { color: rgb(176,5,64); }
H1.HeaderClassName
{
color: #B00540;
}
.AnyTagClassName
{
color: #B00540;
}
</style>
background-color css
<style>
a { background-color: #B00540; }
a { background-color: rgb(176,5,64); }
div.DivClassName
{
background-color: #B00540;
}
.BgClassName
{
background-color: #B00540;
}
</style>
border-color css
<style>
span { border-color: #B00540; }
span { border-color: rgb(176,5,64); }
td.TdClassName
{
border-color: #B00540;
}
.TagClassName
{
border-color: #B00540;
}
</style>