Shades of Fire Brick #B62C1B
Tints of Fire Brick #B62C1B
RGB
CMYK
RGB Variations
Color information
#B62C1B (or 0xB62C1B) is known color: Fire Brick. HEX triplet: B6, 2C and 1B. RGB value is (182,44,27). Sum of RGB (Red+Green+Blue) = 182+44+27=253 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.94% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C1B is #49D3E4. Grayscale: #535353. Windows color (decimal): -4838373 or 1780918. OLE color: 1780918.
HSL color Cylindrical-coordinate representation of color #B62C1B: hue angle of 6.58º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B62C1B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 44 | 27 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.29 |
| HSL | 6.58º | 0.74% | 0.41% | - |
| HSV(B) | 6.58º | 0.85% | 0.71% | - |
| XYZ | 20.39 | 11.83 | 2.24 | - |
| YUV | 83.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 44 | 27 | 0 | 0.76 | 0.85 | 0.29 | 6.58 | 0.74 | 0.41 |
| Hex | B6 | 2C | 1B | 0 | 4C | 55 | 1D | 7 | 4A | 29 |
| Octal | 266 | 54 | 33 | 0 | 114 | 125 | 35 | 7 | 112 | 51 |
| Binary | 10110110 | 101100 | 11011 | 0 | 1001100 | 1010101 | 11101 | 111 | 1001010 | 101001 |
Color Harmonies of #B62C1B
Complementary color
Monochromatic Colors of #B62C1B
Black with #B62C1B
Text Example
Text Example
White with #B62C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62C1B; }
p { color: rgb(182,44,27); }
H1.HeaderClassName
{
color: #B62C1B;
}
.AnyTagClassName
{
color: #B62C1B;
}
</style>
background-color css
<style>
a { background-color: #B62C1B; }
a { background-color: rgb(182,44,27); }
div.DivClassName
{
background-color: #B62C1B;
}
.BgClassName
{
background-color: #B62C1B;
}
</style>
border-color css
<style>
span { border-color: #B62C1B; }
span { border-color: rgb(182,44,27); }
td.TdClassName
{
border-color: #B62C1B;
}
.TagClassName
{
border-color: #B62C1B;
}
</style>