Shades of Cardinal #BB0034
Tints of Cardinal #BB0034
RGB
CMYK
RGB Variations
Color information
#BB0034 (or 0xBB0034) is known color: Cardinal. HEX triplet: BB, 00 and 34. RGB value is (187,0,52). Sum of RGB (Red+Green+Blue) = 187+0+52=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0034 is #44FFCB. Grayscale: #3D3D3D. Windows color (decimal): -4521932 or 3408059. OLE color: 3408059.
HSL color Cylindrical-coordinate representation of color #BB0034: hue angle of 343.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0034 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.72 | 0.27 |
| HSL | 343.32º | 1% | 0.37% | - |
| HSV(B) | 343.32º | 1% | 0.73% | - |
| XYZ | 21.11 | 10.81 | 4.22 | - |
| YUV | 61.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 52 | 0 | 1 | 0.72 | 0.27 | 343.32 | 1 | 0.37 |
| Hex | BB | 0 | 34 | 0 | 64 | 48 | 1B | 157 | 64 | 25 |
| Octal | 273 | 0 | 64 | 0 | 144 | 110 | 33 | 527 | 144 | 45 |
| Binary | 10111011 | 0 | 110100 | 0 | 1100100 | 1001000 | 11011 | 101010111 | 1100100 | 100101 |
Color Harmonies of #BB0034
Complementary color
Monochromatic Colors of #BB0034
Black with #BB0034
Text Example
Text Example
White with #BB0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0034; }
p { color: rgb(187,0,52); }
H1.HeaderClassName
{
color: #BB0034;
}
.AnyTagClassName
{
color: #BB0034;
}
</style>
background-color css
<style>
a { background-color: #BB0034; }
a { background-color: rgb(187,0,52); }
div.DivClassName
{
background-color: #BB0034;
}
.BgClassName
{
background-color: #BB0034;
}
</style>
border-color css
<style>
span { border-color: #BB0034; }
span { border-color: rgb(187,0,52); }
td.TdClassName
{
border-color: #BB0034;
}
.TagClassName
{
border-color: #BB0034;
}
</style>