Shades of Cardinal #B00740
Tints of Cardinal #B00740
RGB
CMYK
RGB Variations
Color information
#B00740 (or 0xB00740) is known color: Cardinal. HEX triplet: B0, 07 and 40. RGB value is (176,7,64). Sum of RGB (Red+Green+Blue) = 176+7+64=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B00740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00740 is #4FF8BF. Grayscale: #3F3F3F. Windows color (decimal): -5241024 or 4196272. OLE color: 4196272.
HSL color Cylindrical-coordinate representation of color #B00740: hue angle of 339.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B00740 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.31 |
| HSL | 339.76º | 0.92% | 0.36% | - |
| HSV(B) | 339.76º | 0.96% | 0.69% | - |
| XYZ | 18.91 | 9.75 | 5.74 | - |
| YUV | 64.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 64 | 0 | 0.96 | 0.64 | 0.31 | 339.76 | 0.92 | 0.36 |
| Hex | B0 | 7 | 40 | 0 | 60 | 40 | 1F | 154 | 5C | 24 |
| Octal | 260 | 7 | 100 | 0 | 140 | 100 | 37 | 524 | 134 | 44 |
| Binary | 10110000 | 111 | 1000000 | 0 | 1100000 | 1000000 | 11111 | 101010100 | 1011100 | 100100 |
Color Harmonies of #B00740
Complementary color
Monochromatic Colors of #B00740
Black with #B00740
Text Example
Text Example
White with #B00740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00740; }
p { color: rgb(176,7,64); }
H1.HeaderClassName
{
color: #B00740;
}
.AnyTagClassName
{
color: #B00740;
}
</style>
background-color css
<style>
a { background-color: #B00740; }
a { background-color: rgb(176,7,64); }
div.DivClassName
{
background-color: #B00740;
}
.BgClassName
{
background-color: #B00740;
}
</style>
border-color css
<style>
span { border-color: #B00740; }
span { border-color: rgb(176,7,64); }
td.TdClassName
{
border-color: #B00740;
}
.TagClassName
{
border-color: #B00740;
}
</style>