Shades of Fire Brick #B6301C
Tints of Fire Brick #B6301C
RGB
CMYK
RGB Variations
Color information
#B6301C (or 0xB6301C) is known color: Fire Brick. HEX triplet: B6, 30 and 1C. RGB value is (182,48,28). Sum of RGB (Red+Green+Blue) = 182+48+28=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B6301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6301C is #49CFE3. Grayscale: #565656. Windows color (decimal): -4837348 or 1847478. OLE color: 1847478.
HSL color Cylindrical-coordinate representation of color #B6301C: hue angle of 7.79º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6301C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.29 |
| HSL | 7.79º | 0.73% | 0.41% | - |
| HSV(B) | 7.79º | 0.85% | 0.71% | - |
| XYZ | 20.56 | 12.14 | 2.36 | - |
| YUV | 85.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 28 | 0 | 0.74 | 0.85 | 0.29 | 7.79 | 0.73 | 0.41 |
| Hex | B6 | 30 | 1C | 0 | 4A | 55 | 1D | 8 | 49 | 29 |
| Octal | 266 | 60 | 34 | 0 | 112 | 125 | 35 | 10 | 111 | 51 |
| Binary | 10110110 | 110000 | 11100 | 0 | 1001010 | 1010101 | 11101 | 1000 | 1001001 | 101001 |
Color Harmonies of #B6301C
Complementary color
Monochromatic Colors of #B6301C
Black with #B6301C
Text Example
Text Example
White with #B6301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6301C; }
p { color: rgb(182,48,28); }
H1.HeaderClassName
{
color: #B6301C;
}
.AnyTagClassName
{
color: #B6301C;
}
</style>
background-color css
<style>
a { background-color: #B6301C; }
a { background-color: rgb(182,48,28); }
div.DivClassName
{
background-color: #B6301C;
}
.BgClassName
{
background-color: #B6301C;
}
</style>
border-color css
<style>
span { border-color: #B6301C; }
span { border-color: rgb(182,48,28); }
td.TdClassName
{
border-color: #B6301C;
}
.TagClassName
{
border-color: #B6301C;
}
</style>