Shades of Cardinal #BB133D
Tints of Cardinal #BB133D
RGB
CMYK
RGB Variations
Color information
#BB133D (or 0xBB133D) is known color: Cardinal. HEX triplet: BB, 13 and 3D. RGB value is (187,19,61). Sum of RGB (Red+Green+Blue) = 187+19+61=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB133D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB133D is #44ECC2. Grayscale: #4A4A4A. Windows color (decimal): -4517059 or 4002747. OLE color: 4002747.
HSL color Cylindrical-coordinate representation of color #BB133D: hue angle of 345º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB133D is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 61 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.27 |
| HSL | 345º | 0.82% | 0.4% | - |
| HSV(B) | 345º | 0.9% | 0.73% | - |
| XYZ | 21.57 | 11.37 | 5.47 | - |
| YUV | 74.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 61 | 0 | 0.90 | 0.67 | 0.27 | 345 | 0.82 | 0.4 |
| Hex | BB | 13 | 3D | 0 | 5A | 43 | 1B | 159 | 52 | 28 |
| Octal | 273 | 23 | 75 | 0 | 132 | 103 | 33 | 531 | 122 | 50 |
| Binary | 10111011 | 10011 | 111101 | 0 | 1011010 | 1000011 | 11011 | 101011001 | 1010010 | 101000 |
Color Harmonies of #BB133D
Complementary color
Monochromatic Colors of #BB133D
Black with #BB133D
Text Example
Text Example
White with #BB133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB133D; }
p { color: rgb(187,19,61); }
H1.HeaderClassName
{
color: #BB133D;
}
.AnyTagClassName
{
color: #BB133D;
}
</style>
background-color css
<style>
a { background-color: #BB133D; }
a { background-color: rgb(187,19,61); }
div.DivClassName
{
background-color: #BB133D;
}
.BgClassName
{
background-color: #BB133D;
}
</style>
border-color css
<style>
span { border-color: #BB133D; }
span { border-color: rgb(187,19,61); }
td.TdClassName
{
border-color: #BB133D;
}
.TagClassName
{
border-color: #BB133D;
}
</style>