Shades of Cardinal #BB1D3F
Tints of Cardinal #BB1D3F
RGB
CMYK
RGB Variations
Color information
#BB1D3F (or 0xBB1D3F) is known color: Cardinal. HEX triplet: BB, 1D and 3F. RGB value is (187,29,63). Sum of RGB (Red+Green+Blue) = 187+29+63=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D3F is #44E2C0. Grayscale: #505050. Windows color (decimal): -4514497 or 4136379. OLE color: 4136379.
HSL color Cylindrical-coordinate representation of color #BB1D3F: hue angle of 347.09º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1D3F is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 63 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.27 |
| HSL | 347.09º | 0.73% | 0.42% | - |
| HSV(B) | 347.09º | 0.84% | 0.73% | - |
| XYZ | 21.83 | 11.8 | 5.83 | - |
| YUV | 80.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 63 | 0 | 0.84 | 0.66 | 0.27 | 347.09 | 0.73 | 0.42 |
| Hex | BB | 1D | 3F | 0 | 54 | 42 | 1B | 15B | 49 | 2A |
| Octal | 273 | 35 | 77 | 0 | 124 | 102 | 33 | 533 | 111 | 52 |
| Binary | 10111011 | 11101 | 111111 | 0 | 1010100 | 1000010 | 11011 | 101011011 | 1001001 | 101010 |
Color Harmonies of #BB1D3F
Complementary color
Monochromatic Colors of #BB1D3F
Black with #BB1D3F
Text Example
Text Example
White with #BB1D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D3F; }
p { color: rgb(187,29,63); }
H1.HeaderClassName
{
color: #BB1D3F;
}
.AnyTagClassName
{
color: #BB1D3F;
}
</style>
background-color css
<style>
a { background-color: #BB1D3F; }
a { background-color: rgb(187,29,63); }
div.DivClassName
{
background-color: #BB1D3F;
}
.BgClassName
{
background-color: #BB1D3F;
}
</style>
border-color css
<style>
span { border-color: #BB1D3F; }
span { border-color: rgb(187,29,63); }
td.TdClassName
{
border-color: #BB1D3F;
}
.TagClassName
{
border-color: #BB1D3F;
}
</style>