Shades of Cardinal #BB073F
Tints of Cardinal #BB073F
RGB
CMYK
RGB Variations
Color information
#BB073F (or 0xBB073F) is known color: Cardinal. HEX triplet: BB, 07 and 3F. RGB value is (187,7,63). Sum of RGB (Red+Green+Blue) = 187+7+63=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB073F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB073F is #44F8C0. Grayscale: #434343. Windows color (decimal): -4520129 or 4130747. OLE color: 4130747.
HSL color Cylindrical-coordinate representation of color #BB073F: hue angle of 341.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB073F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 63 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.27 |
| HSL | 341.33º | 0.93% | 0.38% | - |
| HSV(B) | 341.33º | 0.96% | 0.73% | - |
| XYZ | 21.47 | 11.08 | 5.71 | - |
| YUV | 67.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 63 | 0 | 0.96 | 0.66 | 0.27 | 341.33 | 0.93 | 0.38 |
| Hex | BB | 7 | 3F | 0 | 60 | 42 | 1B | 155 | 5D | 26 |
| Octal | 273 | 7 | 77 | 0 | 140 | 102 | 33 | 525 | 135 | 46 |
| Binary | 10111011 | 111 | 111111 | 0 | 1100000 | 1000010 | 11011 | 101010101 | 1011101 | 100110 |
Color Harmonies of #BB073F
Complementary color
Monochromatic Colors of #BB073F
Black with #BB073F
Text Example
Text Example
White with #BB073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB073F; }
p { color: rgb(187,7,63); }
H1.HeaderClassName
{
color: #BB073F;
}
.AnyTagClassName
{
color: #BB073F;
}
</style>
background-color css
<style>
a { background-color: #BB073F; }
a { background-color: rgb(187,7,63); }
div.DivClassName
{
background-color: #BB073F;
}
.BgClassName
{
background-color: #BB073F;
}
</style>
border-color css
<style>
span { border-color: #BB073F; }
span { border-color: rgb(187,7,63); }
td.TdClassName
{
border-color: #BB073F;
}
.TagClassName
{
border-color: #BB073F;
}
</style>