Shades of Cardinal #BB173D
Tints of Cardinal #BB173D
RGB
CMYK
RGB Variations
Color information
#BB173D (or 0xBB173D) is known color: Cardinal. HEX triplet: BB, 17 and 3D. RGB value is (187,23,61). Sum of RGB (Red+Green+Blue) = 187+23+61=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB173D is #44E8C2. Grayscale: #4C4C4C. Windows color (decimal): -4516035 or 4003771. OLE color: 4003771.
HSL color Cylindrical-coordinate representation of color #BB173D: hue angle of 346.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB173D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 61 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.27 |
| HSL | 346.1º | 0.78% | 0.41% | - |
| HSV(B) | 346.1º | 0.88% | 0.73% | - |
| XYZ | 21.64 | 11.51 | 5.5 | - |
| YUV | 76.37 | 119.33 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 61 | 0 | 0.88 | 0.67 | 0.27 | 346.1 | 0.78 | 0.41 |
| Hex | BB | 17 | 3D | 0 | 58 | 43 | 1B | 15A | 4E | 29 |
| Octal | 273 | 27 | 75 | 0 | 130 | 103 | 33 | 532 | 116 | 51 |
| Binary | 10111011 | 10111 | 111101 | 0 | 1011000 | 1000011 | 11011 | 101011010 | 1001110 | 101001 |
Color Harmonies of #BB173D
Complementary color
Monochromatic Colors of #BB173D
Black with #BB173D
Text Example
Text Example
White with #BB173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB173D; }
p { color: rgb(187,23,61); }
H1.HeaderClassName
{
color: #BB173D;
}
.AnyTagClassName
{
color: #BB173D;
}
</style>
background-color css
<style>
a { background-color: #BB173D; }
a { background-color: rgb(187,23,61); }
div.DivClassName
{
background-color: #BB173D;
}
.BgClassName
{
background-color: #BB173D;
}
</style>
border-color css
<style>
span { border-color: #BB173D; }
span { border-color: rgb(187,23,61); }
td.TdClassName
{
border-color: #BB173D;
}
.TagClassName
{
border-color: #BB173D;
}
</style>