Shades of Fire Brick #B6281D
Tints of Fire Brick #B6281D
RGB
CMYK
RGB Variations
Color information
#B6281D (or 0xB6281D) is known color: Fire Brick. HEX triplet: B6, 28 and 1D. RGB value is (182,40,29). Sum of RGB (Red+Green+Blue) = 182+40+29=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B6281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6281D is #49D7E2. Grayscale: #515151. Windows color (decimal): -4839395 or 1910966. OLE color: 1910966.
HSL color Cylindrical-coordinate representation of color #B6281D: hue angle of 4.31º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6281D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 29 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.29 |
| HSL | 4.31º | 0.73% | 0.41% | - |
| HSV(B) | 4.31º | 0.84% | 0.71% | - |
| XYZ | 20.27 | 11.55 | 2.32 | - |
| YUV | 81.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 29 | 0 | 0.78 | 0.84 | 0.29 | 4.31 | 0.73 | 0.41 |
| Hex | B6 | 28 | 1D | 0 | 4E | 54 | 1D | 4 | 49 | 29 |
| Octal | 266 | 50 | 35 | 0 | 116 | 124 | 35 | 4 | 111 | 51 |
| Binary | 10110110 | 101000 | 11101 | 0 | 1001110 | 1010100 | 11101 | 100 | 1001001 | 101001 |
Color Harmonies of #B6281D
Complementary color
Monochromatic Colors of #B6281D
Black with #B6281D
Text Example
Text Example
White with #B6281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6281D; }
p { color: rgb(182,40,29); }
H1.HeaderClassName
{
color: #B6281D;
}
.AnyTagClassName
{
color: #B6281D;
}
</style>
background-color css
<style>
a { background-color: #B6281D; }
a { background-color: rgb(182,40,29); }
div.DivClassName
{
background-color: #B6281D;
}
.BgClassName
{
background-color: #B6281D;
}
</style>
border-color css
<style>
span { border-color: #B6281D; }
span { border-color: rgb(182,40,29); }
td.TdClassName
{
border-color: #B6281D;
}
.TagClassName
{
border-color: #B6281D;
}
</style>