Shades of Fire Brick #B71A0D
Tints of Fire Brick #B71A0D
RGB
CMYK
RGB Variations
Color information
#B71A0D (or 0xB71A0D) is known color: Fire Brick. HEX triplet: B7, 1A and 0D. RGB value is (183,26,13). Sum of RGB (Red+Green+Blue) = 183+26+13=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B71A0D is #48E5F2. Grayscale: #474747. Windows color (decimal): -4777459 or 858807. OLE color: 858807.
HSL color Cylindrical-coordinate representation of color #B71A0D: hue angle of 4.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B71A0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.28 |
| HSL | 4.59º | 0.87% | 0.38% | - |
| HSV(B) | 4.59º | 0.93% | 0.72% | - |
| XYZ | 19.97 | 10.84 | 1.42 | - |
| YUV | 71.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 13 | 0 | 0.86 | 0.93 | 0.28 | 4.59 | 0.87 | 0.38 |
| Hex | B7 | 1A | D | 0 | 56 | 5D | 1C | 5 | 57 | 26 |
| Octal | 267 | 32 | 15 | 0 | 126 | 135 | 34 | 5 | 127 | 46 |
| Binary | 10110111 | 11010 | 1101 | 0 | 1010110 | 1011101 | 11100 | 101 | 1010111 | 100110 |
Color Harmonies of #B71A0D
Complementary color
Monochromatic Colors of #B71A0D
Black with #B71A0D
Text Example
Text Example
White with #B71A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A0D; }
p { color: rgb(183,26,13); }
H1.HeaderClassName
{
color: #B71A0D;
}
.AnyTagClassName
{
color: #B71A0D;
}
</style>
background-color css
<style>
a { background-color: #B71A0D; }
a { background-color: rgb(183,26,13); }
div.DivClassName
{
background-color: #B71A0D;
}
.BgClassName
{
background-color: #B71A0D;
}
</style>
border-color css
<style>
span { border-color: #B71A0D; }
span { border-color: rgb(183,26,13); }
td.TdClassName
{
border-color: #B71A0D;
}
.TagClassName
{
border-color: #B71A0D;
}
</style>