Shades of Brick Red #BB303C
Tints of Brick Red #BB303C
RGB
CMYK
RGB Variations
Color information
#BB303C (or 0xBB303C) is known color: Brick Red. HEX triplet: BB, 30 and 3C. RGB value is (187,48,60). Sum of RGB (Red+Green+Blue) = 187+48+60=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB303C is #44CFC3. Grayscale: #5B5B5B. Windows color (decimal): -4509636 or 3944635. OLE color: 3944635.
HSL color Cylindrical-coordinate representation of color #BB303C: hue angle of 354.82º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB303C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 60 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.27 |
| HSL | 354.82º | 0.59% | 0.46% | - |
| HSV(B) | 354.82º | 0.74% | 0.73% | - |
| XYZ | 22.37 | 13 | 5.61 | - |
| YUV | 90.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 60 | 0 | 0.74 | 0.68 | 0.27 | 354.82 | 0.59 | 0.46 |
| Hex | BB | 30 | 3C | 0 | 4A | 44 | 1B | 163 | 3B | 2E |
| Octal | 273 | 60 | 74 | 0 | 112 | 104 | 33 | 543 | 73 | 56 |
| Binary | 10111011 | 110000 | 111100 | 0 | 1001010 | 1000100 | 11011 | 101100011 | 111011 | 101110 |
Color Harmonies of #BB303C
Complementary color
Monochromatic Colors of #BB303C
Black with #BB303C
Text Example
Text Example
White with #BB303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB303C; }
p { color: rgb(187,48,60); }
H1.HeaderClassName
{
color: #BB303C;
}
.AnyTagClassName
{
color: #BB303C;
}
</style>
background-color css
<style>
a { background-color: #BB303C; }
a { background-color: rgb(187,48,60); }
div.DivClassName
{
background-color: #BB303C;
}
.BgClassName
{
background-color: #BB303C;
}
</style>
border-color css
<style>
span { border-color: #BB303C; }
span { border-color: rgb(187,48,60); }
td.TdClassName
{
border-color: #BB303C;
}
.TagClassName
{
border-color: #BB303C;
}
</style>