Shades of Cardinal #BB003D
Tints of Cardinal #BB003D
RGB
CMYK
RGB Variations
Color information
#BB003D (or 0xBB003D) is known color: Cardinal. HEX triplet: BB, 00 and 3D. RGB value is (187,0,61). Sum of RGB (Red+Green+Blue) = 187+0+61=248 (32% of max value = 765). Red value is 187 (73.44% from 255 or 75.40% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 187 - color contains mainly: red. Hex color #BB003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB003D is #44FFC2. Grayscale: #3E3E3E. Windows color (decimal): -4521923 or 3997883. OLE color: 3997883.
HSL color Cylindrical-coordinate representation of color #BB003D: hue angle of 340.43º 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 #BB003D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.67 | 0.27 |
| HSL | 340.43º | 1% | 0.37% | - |
| HSV(B) | 340.43º | 1% | 0.73% | - |
| XYZ | 21.34 | 10.9 | 5.39 | - |
| YUV | 62.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 61 | 0 | 1 | 0.67 | 0.27 | 340.43 | 1 | 0.37 |
| Hex | BB | 0 | 3D | 0 | 64 | 43 | 1B | 154 | 64 | 25 |
| Octal | 273 | 0 | 75 | 0 | 144 | 103 | 33 | 524 | 144 | 45 |
| Binary | 10111011 | 0 | 111101 | 0 | 1100100 | 1000011 | 11011 | 101010100 | 1100100 | 100101 |
Color Harmonies of #BB003D
Complementary color
Monochromatic Colors of #BB003D
Black with #BB003D
Text Example
Text Example
White with #BB003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB003D; }
p { color: rgb(187,0,61); }
H1.HeaderClassName
{
color: #BB003D;
}
.AnyTagClassName
{
color: #BB003D;
}
</style>
background-color css
<style>
a { background-color: #BB003D; }
a { background-color: rgb(187,0,61); }
div.DivClassName
{
background-color: #BB003D;
}
.BgClassName
{
background-color: #BB003D;
}
</style>
border-color css
<style>
span { border-color: #BB003D; }
span { border-color: rgb(187,0,61); }
td.TdClassName
{
border-color: #BB003D;
}
.TagClassName
{
border-color: #BB003D;
}
</style>