Shades of Fire Brick #BB201A
Tints of Fire Brick #BB201A
RGB
CMYK
RGB Variations
Color information
#BB201A (or 0xBB201A) is known color: Fire Brick. HEX triplet: BB, 20 and 1A. RGB value is (187,32,26). Sum of RGB (Red+Green+Blue) = 187+32+26=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB201A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB201A is #44DFE5. Grayscale: #4D4D4D. Windows color (decimal): -4513766 or 1712315. OLE color: 1712315.
HSL color Cylindrical-coordinate representation of color #BB201A: hue angle of 2.24º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB201A is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 26 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.27 |
| HSL | 2.24º | 0.76% | 0.42% | - |
| HSV(B) | 2.24º | 0.86% | 0.73% | - |
| XYZ | 21.2 | 11.67 | 2.11 | - |
| YUV | 77.66 | 98.85 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 26 | 0 | 0.83 | 0.86 | 0.27 | 2.24 | 0.76 | 0.42 |
| Hex | BB | 20 | 1A | 0 | 53 | 56 | 1B | 2 | 4C | 2A |
| Octal | 273 | 40 | 32 | 0 | 123 | 126 | 33 | 2 | 114 | 52 |
| Binary | 10111011 | 100000 | 11010 | 0 | 1010011 | 1010110 | 11011 | 10 | 1001100 | 101010 |
Color Harmonies of #BB201A
Complementary color
Monochromatic Colors of #BB201A
Black with #BB201A
Text Example
Text Example
White with #BB201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB201A; }
p { color: rgb(187,32,26); }
H1.HeaderClassName
{
color: #BB201A;
}
.AnyTagClassName
{
color: #BB201A;
}
</style>
background-color css
<style>
a { background-color: #BB201A; }
a { background-color: rgb(187,32,26); }
div.DivClassName
{
background-color: #BB201A;
}
.BgClassName
{
background-color: #BB201A;
}
</style>
border-color css
<style>
span { border-color: #BB201A; }
span { border-color: rgb(187,32,26); }
td.TdClassName
{
border-color: #BB201A;
}
.TagClassName
{
border-color: #BB201A;
}
</style>