Shades of Fire Brick #B71D0A
Tints of Fire Brick #B71D0A
RGB
CMYK
RGB Variations
Color information
#B71D0A (or 0xB71D0A) is known color: Fire Brick. HEX triplet: B7, 1D and 0A. RGB value is (183,29,10). Sum of RGB (Red+Green+Blue) = 183+29+10=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71D0A is #48E2F5. Grayscale: #494949. Windows color (decimal): -4776694 or 662967. OLE color: 662967.
HSL color Cylindrical-coordinate representation of color #B71D0A: hue angle of 6.59º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B71D0A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 10 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.28 |
| HSL | 6.59º | 0.9% | 0.38% | - |
| HSV(B) | 6.59º | 0.95% | 0.72% | - |
| XYZ | 20.02 | 10.97 | 1.35 | - |
| YUV | 72.88 | 92.52 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 10 | 0 | 0.84 | 0.95 | 0.28 | 6.59 | 0.9 | 0.38 |
| Hex | B7 | 1D | A | 0 | 54 | 5F | 1C | 7 | 5A | 26 |
| Octal | 267 | 35 | 12 | 0 | 124 | 137 | 34 | 7 | 132 | 46 |
| Binary | 10110111 | 11101 | 1010 | 0 | 1010100 | 1011111 | 11100 | 111 | 1011010 | 100110 |
Color Harmonies of #B71D0A
Complementary color
Monochromatic Colors of #B71D0A
Black with #B71D0A
Text Example
Text Example
White with #B71D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D0A; }
p { color: rgb(183,29,10); }
H1.HeaderClassName
{
color: #B71D0A;
}
.AnyTagClassName
{
color: #B71D0A;
}
</style>
background-color css
<style>
a { background-color: #B71D0A; }
a { background-color: rgb(183,29,10); }
div.DivClassName
{
background-color: #B71D0A;
}
.BgClassName
{
background-color: #B71D0A;
}
</style>
border-color css
<style>
span { border-color: #B71D0A; }
span { border-color: rgb(183,29,10); }
td.TdClassName
{
border-color: #B71D0A;
}
.TagClassName
{
border-color: #B71D0A;
}
</style>