Shades of Fire Brick #B61C05
Tints of Fire Brick #B61C05
RGB
CMYK
RGB Variations
Color information
#B61C05 (or 0xB61C05) is known color: Fire Brick. HEX triplet: B6, 1C and 05. RGB value is (182,28,5). Sum of RGB (Red+Green+Blue) = 182+28+5=215 (28% of max value = 765). Red value is 182 (71.48% from 255 or 84.65% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61C05 is #49E3FA. Grayscale: #474747. Windows color (decimal): -4842491 or 335030. OLE color: 335030.
HSL color Cylindrical-coordinate representation of color #B61C05: hue angle of 7.8º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B61C05 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 28 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.29 |
| HSL | 7.8º | 0.95% | 0.37% | - |
| HSV(B) | 7.8º | 0.97% | 0.71% | - |
| XYZ | 19.73 | 10.79 | 1.19 | - |
| YUV | 71.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 28 | 5 | 0 | 0.85 | 0.97 | 0.29 | 7.8 | 0.95 | 0.37 |
| Hex | B6 | 1C | 5 | 0 | 55 | 61 | 1D | 8 | 5F | 25 |
| Octal | 266 | 34 | 5 | 0 | 125 | 141 | 35 | 10 | 137 | 45 |
| Binary | 10110110 | 11100 | 101 | 0 | 1010101 | 1100001 | 11101 | 1000 | 1011111 | 100101 |
Color Harmonies of #B61C05
Complementary color
Monochromatic Colors of #B61C05
Black with #B61C05
Text Example
Text Example
White with #B61C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61C05; }
p { color: rgb(182,28,5); }
H1.HeaderClassName
{
color: #B61C05;
}
.AnyTagClassName
{
color: #B61C05;
}
</style>
background-color css
<style>
a { background-color: #B61C05; }
a { background-color: rgb(182,28,5); }
div.DivClassName
{
background-color: #B61C05;
}
.BgClassName
{
background-color: #B61C05;
}
</style>
border-color css
<style>
span { border-color: #B61C05; }
span { border-color: rgb(182,28,5); }
td.TdClassName
{
border-color: #B61C05;
}
.TagClassName
{
border-color: #B61C05;
}
</style>