Shades of Medium Carmine #BB402A
Tints of Medium Carmine #BB402A
RGB
CMYK
RGB Variations
Color information
#BB402A (or 0xBB402A) is known color: Medium Carmine. HEX triplet: BB, 40 and 2A. RGB value is (187,64,42). Sum of RGB (Red+Green+Blue) = 187+64+42=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB402A is #44BFD5. Grayscale: #626262. Windows color (decimal): -4505558 or 2769083. OLE color: 2769083.
HSL color Cylindrical-coordinate representation of color #BB402A: hue angle of 9.1º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB402A is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 42 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.27 |
| HSL | 9.1º | 0.63% | 0.45% | - |
| HSV(B) | 9.1º | 0.78% | 0.73% | - |
| XYZ | 22.74 | 14.4 | 3.77 | - |
| YUV | 98.27 | 96.25 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 42 | 0 | 0.66 | 0.78 | 0.27 | 9.1 | 0.63 | 0.45 |
| Hex | BB | 40 | 2A | 0 | 42 | 4E | 1B | 9 | 3F | 2D |
| Octal | 273 | 100 | 52 | 0 | 102 | 116 | 33 | 11 | 77 | 55 |
| Binary | 10111011 | 1000000 | 101010 | 0 | 1000010 | 1001110 | 11011 | 1001 | 111111 | 101101 |
Color Harmonies of #BB402A
Complementary color
Monochromatic Colors of #BB402A
Black with #BB402A
Text Example
Text Example
White with #BB402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB402A; }
p { color: rgb(187,64,42); }
H1.HeaderClassName
{
color: #BB402A;
}
.AnyTagClassName
{
color: #BB402A;
}
</style>
background-color css
<style>
a { background-color: #BB402A; }
a { background-color: rgb(187,64,42); }
div.DivClassName
{
background-color: #BB402A;
}
.BgClassName
{
background-color: #BB402A;
}
</style>
border-color css
<style>
span { border-color: #BB402A; }
span { border-color: rgb(187,64,42); }
td.TdClassName
{
border-color: #BB402A;
}
.TagClassName
{
border-color: #BB402A;
}
</style>