Shades of Cardinal #BB062D
Tints of Cardinal #BB062D
RGB
CMYK
RGB Variations
Color information
#BB062D (or 0xBB062D) is known color: Cardinal. HEX triplet: BB, 06 and 2D. RGB value is (187,6,45). Sum of RGB (Red+Green+Blue) = 187+6+45=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB062D is #44F9D2. Grayscale: #404040. Windows color (decimal): -4520403 or 2950843. OLE color: 2950843.
HSL color Cylindrical-coordinate representation of color #BB062D: hue angle of 347.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB062D is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.27 |
| HSL | 347.07º | 0.94% | 0.38% | - |
| HSV(B) | 347.07º | 0.97% | 0.73% | - |
| XYZ | 21.03 | 10.88 | 3.48 | - |
| YUV | 64.57 | 116.97 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 6 | 45 | 0 | 0.97 | 0.76 | 0.27 | 347.07 | 0.94 | 0.38 |
| Hex | BB | 6 | 2D | 0 | 61 | 4C | 1B | 15B | 5E | 26 |
| Octal | 273 | 6 | 55 | 0 | 141 | 114 | 33 | 533 | 136 | 46 |
| Binary | 10111011 | 110 | 101101 | 0 | 1100001 | 1001100 | 11011 | 101011011 | 1011110 | 100110 |
Color Harmonies of #BB062D
Complementary color
Monochromatic Colors of #BB062D
Black with #BB062D
Text Example
Text Example
White with #BB062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB062D; }
p { color: rgb(187,6,45); }
H1.HeaderClassName
{
color: #BB062D;
}
.AnyTagClassName
{
color: #BB062D;
}
</style>
background-color css
<style>
a { background-color: #BB062D; }
a { background-color: rgb(187,6,45); }
div.DivClassName
{
background-color: #BB062D;
}
.BgClassName
{
background-color: #BB062D;
}
</style>
border-color css
<style>
span { border-color: #BB062D; }
span { border-color: rgb(187,6,45); }
td.TdClassName
{
border-color: #BB062D;
}
.TagClassName
{
border-color: #BB062D;
}
</style>