Shades of Cardinal #BB1F3A
Tints of Cardinal #BB1F3A
RGB
CMYK
RGB Variations
Color information
#BB1F3A (or 0xBB1F3A) is known color: Cardinal. HEX triplet: BB, 1F and 3A. RGB value is (187,31,58). Sum of RGB (Red+Green+Blue) = 187+31+58=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB1F3A is #44E0C5. Grayscale: #505050. Windows color (decimal): -4513990 or 3809211. OLE color: 3809211.
HSL color Cylindrical-coordinate representation of color #BB1F3A: hue angle of 349.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB1F3A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 31 | 58 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.27 |
| HSL | 349.62º | 0.72% | 0.43% | - |
| HSV(B) | 349.62º | 0.83% | 0.73% | - |
| XYZ | 21.75 | 11.85 | 5.14 | - |
| YUV | 80.72 | 115.18 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 31 | 58 | 0 | 0.83 | 0.69 | 0.27 | 349.62 | 0.72 | 0.43 |
| Hex | BB | 1F | 3A | 0 | 53 | 45 | 1B | 15E | 48 | 2B |
| Octal | 273 | 37 | 72 | 0 | 123 | 105 | 33 | 536 | 110 | 53 |
| Binary | 10111011 | 11111 | 111010 | 0 | 1010011 | 1000101 | 11011 | 101011110 | 1001000 | 101011 |
Color Harmonies of #BB1F3A
Complementary color
Monochromatic Colors of #BB1F3A
Black with #BB1F3A
Text Example
Text Example
White with #BB1F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1F3A; }
p { color: rgb(187,31,58); }
H1.HeaderClassName
{
color: #BB1F3A;
}
.AnyTagClassName
{
color: #BB1F3A;
}
</style>
background-color css
<style>
a { background-color: #BB1F3A; }
a { background-color: rgb(187,31,58); }
div.DivClassName
{
background-color: #BB1F3A;
}
.BgClassName
{
background-color: #BB1F3A;
}
</style>
border-color css
<style>
span { border-color: #BB1F3A; }
span { border-color: rgb(187,31,58); }
td.TdClassName
{
border-color: #BB1F3A;
}
.TagClassName
{
border-color: #BB1F3A;
}
</style>