Shades of Fire Brick #B42D1E
Tints of Fire Brick #B42D1E
RGB
CMYK
RGB Variations
Color information
#B42D1E (or 0xB42D1E) is known color: Fire Brick. HEX triplet: B4, 2D and 1E. RGB value is (180,45,30). Sum of RGB (Red+Green+Blue) = 180+45+30=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D1E is #4BD2E1. Grayscale: #535353. Windows color (decimal): -4969186 or 1977780. OLE color: 1977780.
HSL color Cylindrical-coordinate representation of color #B42D1E: hue angle of 6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B42D1E is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 30 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.29 |
| HSL | 6º | 0.71% | 0.41% | - |
| HSV(B) | 6º | 0.83% | 0.71% | - |
| XYZ | 20 | 11.67 | 2.43 | - |
| YUV | 83.66 | 97.73 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 30 | 0 | 0.75 | 0.83 | 0.29 | 6 | 0.71 | 0.41 |
| Hex | B4 | 2D | 1E | 0 | 4B | 53 | 1D | 6 | 47 | 29 |
| Octal | 264 | 55 | 36 | 0 | 113 | 123 | 35 | 6 | 107 | 51 |
| Binary | 10110100 | 101101 | 11110 | 0 | 1001011 | 1010011 | 11101 | 110 | 1000111 | 101001 |
Color Harmonies of #B42D1E
Complementary color
Monochromatic Colors of #B42D1E
Black with #B42D1E
Text Example
Text Example
White with #B42D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D1E; }
p { color: rgb(180,45,30); }
H1.HeaderClassName
{
color: #B42D1E;
}
.AnyTagClassName
{
color: #B42D1E;
}
</style>
background-color css
<style>
a { background-color: #B42D1E; }
a { background-color: rgb(180,45,30); }
div.DivClassName
{
background-color: #B42D1E;
}
.BgClassName
{
background-color: #B42D1E;
}
</style>
border-color css
<style>
span { border-color: #B42D1E; }
span { border-color: rgb(180,45,30); }
td.TdClassName
{
border-color: #B42D1E;
}
.TagClassName
{
border-color: #B42D1E;
}
</style>