Shades of Cardinal #BB0340
Tints of Cardinal #BB0340
RGB
CMYK
RGB Variations
Color information
#BB0340 (or 0xBB0340) is known color: Cardinal. HEX triplet: BB, 03 and 40. RGB value is (187,3,64). Sum of RGB (Red+Green+Blue) = 187+3+64=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0340 is #44FCBF. Grayscale: #404040. Windows color (decimal): -4521152 or 4195259. OLE color: 4195259.
HSL color Cylindrical-coordinate representation of color #BB0340: hue angle of 340.11º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0340 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.27 |
| HSL | 340.11º | 0.97% | 0.37% | - |
| HSV(B) | 340.11º | 0.98% | 0.73% | - |
| XYZ | 21.45 | 11 | 5.84 | - |
| YUV | 64.97 | 127.46 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 64 | 0 | 0.98 | 0.66 | 0.27 | 340.11 | 0.97 | 0.37 |
| Hex | BB | 3 | 40 | 0 | 62 | 42 | 1B | 154 | 61 | 25 |
| Octal | 273 | 3 | 100 | 0 | 142 | 102 | 33 | 524 | 141 | 45 |
| Binary | 10111011 | 11 | 1000000 | 0 | 1100010 | 1000010 | 11011 | 101010100 | 1100001 | 100101 |
Color Harmonies of #BB0340
Complementary color
Monochromatic Colors of #BB0340
Black with #BB0340
Text Example
Text Example
White with #BB0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0340; }
p { color: rgb(187,3,64); }
H1.HeaderClassName
{
color: #BB0340;
}
.AnyTagClassName
{
color: #BB0340;
}
</style>
background-color css
<style>
a { background-color: #BB0340; }
a { background-color: rgb(187,3,64); }
div.DivClassName
{
background-color: #BB0340;
}
.BgClassName
{
background-color: #BB0340;
}
</style>
border-color css
<style>
span { border-color: #BB0340; }
span { border-color: rgb(187,3,64); }
td.TdClassName
{
border-color: #BB0340;
}
.TagClassName
{
border-color: #BB0340;
}
</style>