Shades of Fire Brick #B61D0A
Tints of Fire Brick #B61D0A
RGB
CMYK
RGB Variations
Color information
#B61D0A (or 0xB61D0A) is known color: Fire Brick. HEX triplet: B6, 1D and 0A. RGB value is (182,29,10). Sum of RGB (Red+Green+Blue) = 182+29+10=221 (29% of max value = 765). Red value is 182 (71.48% from 255 or 82.35% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B61D0A is #49E2F5. Grayscale: #484848. Windows color (decimal): -4842230 or 662966. OLE color: 662966.
HSL color Cylindrical-coordinate representation of color #B61D0A: hue angle of 6.63º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B61D0A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 29 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.29 |
| HSL | 6.63º | 0.9% | 0.38% | - |
| HSV(B) | 6.63º | 0.95% | 0.71% | - |
| XYZ | 19.79 | 10.85 | 1.34 | - |
| YUV | 72.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 29 | 10 | 0 | 0.84 | 0.95 | 0.29 | 6.63 | 0.9 | 0.38 |
| Hex | B6 | 1D | A | 0 | 54 | 5F | 1D | 7 | 5A | 26 |
| Octal | 266 | 35 | 12 | 0 | 124 | 137 | 35 | 7 | 132 | 46 |
| Binary | 10110110 | 11101 | 1010 | 0 | 1010100 | 1011111 | 11101 | 111 | 1011010 | 100110 |
Color Harmonies of #B61D0A
Complementary color
Monochromatic Colors of #B61D0A
Black with #B61D0A
Text Example
Text Example
White with #B61D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61D0A; }
p { color: rgb(182,29,10); }
H1.HeaderClassName
{
color: #B61D0A;
}
.AnyTagClassName
{
color: #B61D0A;
}
</style>
background-color css
<style>
a { background-color: #B61D0A; }
a { background-color: rgb(182,29,10); }
div.DivClassName
{
background-color: #B61D0A;
}
.BgClassName
{
background-color: #B61D0A;
}
</style>
border-color css
<style>
span { border-color: #B61D0A; }
span { border-color: rgb(182,29,10); }
td.TdClassName
{
border-color: #B61D0A;
}
.TagClassName
{
border-color: #B61D0A;
}
</style>