Shades of Cardinal #B0073F
Tints of Cardinal #B0073F
RGB
CMYK
RGB Variations
Color information
#B0073F (or 0xB0073F) is known color: Cardinal. HEX triplet: B0, 07 and 3F. RGB value is (176,7,63). Sum of RGB (Red+Green+Blue) = 176+7+63=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B0073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0073F is #4FF8C0. Grayscale: #3F3F3F. Windows color (decimal): -5241025 or 4130736. OLE color: 4130736.
HSL color Cylindrical-coordinate representation of color #B0073F: hue angle of 340.12º 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 #B0073F is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.31 |
| HSL | 340.12º | 0.92% | 0.36% | - |
| HSV(B) | 340.12º | 0.96% | 0.69% | - |
| XYZ | 18.88 | 9.74 | 5.59 | - |
| YUV | 63.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 63 | 0 | 0.96 | 0.64 | 0.31 | 340.12 | 0.92 | 0.36 |
| Hex | B0 | 7 | 3F | 0 | 60 | 40 | 1F | 154 | 5C | 24 |
| Octal | 260 | 7 | 77 | 0 | 140 | 100 | 37 | 524 | 134 | 44 |
| Binary | 10110000 | 111 | 111111 | 0 | 1100000 | 1000000 | 11111 | 101010100 | 1011100 | 100100 |
Color Harmonies of #B0073F
Complementary color
Monochromatic Colors of #B0073F
Black with #B0073F
Text Example
Text Example
White with #B0073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0073F; }
p { color: rgb(176,7,63); }
H1.HeaderClassName
{
color: #B0073F;
}
.AnyTagClassName
{
color: #B0073F;
}
</style>
background-color css
<style>
a { background-color: #B0073F; }
a { background-color: rgb(176,7,63); }
div.DivClassName
{
background-color: #B0073F;
}
.BgClassName
{
background-color: #B0073F;
}
</style>
border-color css
<style>
span { border-color: #B0073F; }
span { border-color: rgb(176,7,63); }
td.TdClassName
{
border-color: #B0073F;
}
.TagClassName
{
border-color: #B0073F;
}
</style>