Shades of Red Stage #BB4D25
Tints of Red Stage #BB4D25
RGB
CMYK
RGB Variations
Color information
#BB4D25 (or 0xBB4D25) is known color: Red Stage. HEX triplet: BB, 4D and 25. RGB value is (187,77,37). Sum of RGB (Red+Green+Blue) = 187+77+37=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D25 is #44B2DA. Grayscale: #696969. Windows color (decimal): -4502235 or 2444731. OLE color: 2444731.
HSL color Cylindrical-coordinate representation of color #BB4D25: hue angle of 16º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB4D25 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 37 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.27 |
| HSL | 16º | 0.67% | 0.44% | - |
| HSV(B) | 16º | 0.8% | 0.73% | - |
| XYZ | 23.48 | 16.01 | 3.6 | - |
| YUV | 105.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 37 | 0 | 0.59 | 0.80 | 0.27 | 16 | 0.67 | 0.44 |
| Hex | BB | 4D | 25 | 0 | 3B | 50 | 1B | 10 | 43 | 2C |
| Octal | 273 | 115 | 45 | 0 | 73 | 120 | 33 | 20 | 103 | 54 |
| Binary | 10111011 | 1001101 | 100101 | 0 | 111011 | 1010000 | 11011 | 10000 | 1000011 | 101100 |
Color Harmonies of #BB4D25
Complementary color
Monochromatic Colors of #BB4D25
Black with #BB4D25
Text Example
Text Example
White with #BB4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D25; }
p { color: rgb(187,77,37); }
H1.HeaderClassName
{
color: #BB4D25;
}
.AnyTagClassName
{
color: #BB4D25;
}
</style>
background-color css
<style>
a { background-color: #BB4D25; }
a { background-color: rgb(187,77,37); }
div.DivClassName
{
background-color: #BB4D25;
}
.BgClassName
{
background-color: #BB4D25;
}
</style>
border-color css
<style>
span { border-color: #BB4D25; }
span { border-color: rgb(187,77,37); }
td.TdClassName
{
border-color: #BB4D25;
}
.TagClassName
{
border-color: #BB4D25;
}
</style>