Shades of Cardinal #BB1D3E
Tints of Cardinal #BB1D3E
RGB
CMYK
RGB Variations
Color information
#BB1D3E (or 0xBB1D3E) is known color: Cardinal. HEX triplet: BB, 1D and 3E. RGB value is (187,29,62). Sum of RGB (Red+Green+Blue) = 187+29+62=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1D3E is #44E2C1. Grayscale: #505050. Windows color (decimal): -4514498 or 4070843. OLE color: 4070843.
HSL color Cylindrical-coordinate representation of color #BB1D3E: hue angle of 347.47º 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 #BB1D3E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 29 | 62 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.27 |
| HSL | 347.47º | 0.73% | 0.42% | - |
| HSV(B) | 347.47º | 0.84% | 0.73% | - |
| XYZ | 21.8 | 11.79 | 5.68 | - |
| YUV | 80 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 29 | 62 | 0 | 0.84 | 0.67 | 0.27 | 347.47 | 0.73 | 0.42 |
| Hex | BB | 1D | 3E | 0 | 54 | 43 | 1B | 15B | 49 | 2A |
| Octal | 273 | 35 | 76 | 0 | 124 | 103 | 33 | 533 | 111 | 52 |
| Binary | 10111011 | 11101 | 111110 | 0 | 1010100 | 1000011 | 11011 | 101011011 | 1001001 | 101010 |
Color Harmonies of #BB1D3E
Complementary color
Monochromatic Colors of #BB1D3E
Black with #BB1D3E
Text Example
Text Example
White with #BB1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1D3E; }
p { color: rgb(187,29,62); }
H1.HeaderClassName
{
color: #BB1D3E;
}
.AnyTagClassName
{
color: #BB1D3E;
}
</style>
background-color css
<style>
a { background-color: #BB1D3E; }
a { background-color: rgb(187,29,62); }
div.DivClassName
{
background-color: #BB1D3E;
}
.BgClassName
{
background-color: #BB1D3E;
}
</style>
border-color css
<style>
span { border-color: #BB1D3E; }
span { border-color: rgb(187,29,62); }
td.TdClassName
{
border-color: #BB1D3E;
}
.TagClassName
{
border-color: #BB1D3E;
}
</style>