Shades of Cardinal #BB0734
Tints of Cardinal #BB0734
RGB
CMYK
RGB Variations
Color information
#BB0734 (or 0xBB0734) is known color: Cardinal. HEX triplet: BB, 07 and 34. RGB value is (187,7,52). Sum of RGB (Red+Green+Blue) = 187+7+52=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0734 is #44F8CB. Grayscale: #414141. Windows color (decimal): -4520140 or 3409851. OLE color: 3409851.
HSL color Cylindrical-coordinate representation of color #BB0734: hue angle of 345º 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 #BB0734 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 7 | 52 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.27 |
| HSL | 345º | 0.93% | 0.38% | - |
| HSV(B) | 345º | 0.96% | 0.73% | - |
| XYZ | 21.19 | 10.96 | 4.25 | - |
| YUV | 65.95 | 120.13 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 7 | 52 | 0 | 0.96 | 0.72 | 0.27 | 345 | 0.93 | 0.38 |
| Hex | BB | 7 | 34 | 0 | 60 | 48 | 1B | 159 | 5D | 26 |
| Octal | 273 | 7 | 64 | 0 | 140 | 110 | 33 | 531 | 135 | 46 |
| Binary | 10111011 | 111 | 110100 | 0 | 1100000 | 1001000 | 11011 | 101011001 | 1011101 | 100110 |
Color Harmonies of #BB0734
Complementary color
Monochromatic Colors of #BB0734
Black with #BB0734
Text Example
Text Example
White with #BB0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0734; }
p { color: rgb(187,7,52); }
H1.HeaderClassName
{
color: #BB0734;
}
.AnyTagClassName
{
color: #BB0734;
}
</style>
background-color css
<style>
a { background-color: #BB0734; }
a { background-color: rgb(187,7,52); }
div.DivClassName
{
background-color: #BB0734;
}
.BgClassName
{
background-color: #BB0734;
}
</style>
border-color css
<style>
span { border-color: #BB0734; }
span { border-color: rgb(187,7,52); }
td.TdClassName
{
border-color: #BB0734;
}
.TagClassName
{
border-color: #BB0734;
}
</style>