Shades of Fire Brick #B71D1A
Tints of Fire Brick #B71D1A
RGB
CMYK
RGB Variations
Color information
#B71D1A (or 0xB71D1A) is known color: Fire Brick. HEX triplet: B7, 1D and 1A. RGB value is (183,29,26). Sum of RGB (Red+Green+Blue) = 183+29+26=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71D1A is #48E2E5. Grayscale: #4A4A4A. Windows color (decimal): -4776678 or 1711543. OLE color: 1711543.
HSL color Cylindrical-coordinate representation of color #B71D1A: hue angle of 1.15º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71D1A is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 26 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.28 |
| HSL | 1.15º | 0.75% | 0.41% | - |
| HSV(B) | 1.15º | 0.86% | 0.72% | - |
| XYZ | 20.15 | 11.02 | 2.04 | - |
| YUV | 74.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 26 | 0 | 0.84 | 0.86 | 0.28 | 1.15 | 0.75 | 0.41 |
| Hex | B7 | 1D | 1A | 0 | 54 | 56 | 1C | 1 | 4B | 29 |
| Octal | 267 | 35 | 32 | 0 | 124 | 126 | 34 | 1 | 113 | 51 |
| Binary | 10110111 | 11101 | 11010 | 0 | 1010100 | 1010110 | 11100 | 1 | 1001011 | 101001 |
Color Harmonies of #B71D1A
Complementary color
Monochromatic Colors of #B71D1A
Black with #B71D1A
Text Example
Text Example
White with #B71D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D1A; }
p { color: rgb(183,29,26); }
H1.HeaderClassName
{
color: #B71D1A;
}
.AnyTagClassName
{
color: #B71D1A;
}
</style>
background-color css
<style>
a { background-color: #B71D1A; }
a { background-color: rgb(183,29,26); }
div.DivClassName
{
background-color: #B71D1A;
}
.BgClassName
{
background-color: #B71D1A;
}
</style>
border-color css
<style>
span { border-color: #B71D1A; }
span { border-color: rgb(183,29,26); }
td.TdClassName
{
border-color: #B71D1A;
}
.TagClassName
{
border-color: #B71D1A;
}
</style>