Shades of Fire Brick #B42D1A
Tints of Fire Brick #B42D1A
RGB
CMYK
RGB Variations
Color information
#B42D1A (or 0xB42D1A) is known color: Fire Brick. HEX triplet: B4, 2D and 1A. RGB value is (180,45,26). Sum of RGB (Red+Green+Blue) = 180+45+26=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D1A is #4BD2E5. Grayscale: #535353. Windows color (decimal): -4969190 or 1715636. OLE color: 1715636.
HSL color Cylindrical-coordinate representation of color #B42D1A: hue angle of 7.4º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B42D1A is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 26 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.29 |
| HSL | 7.4º | 0.75% | 0.4% | - |
| HSV(B) | 7.4º | 0.86% | 0.71% | - |
| XYZ | 19.95 | 11.65 | 2.18 | - |
| YUV | 83.2 | 95.73 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 26 | 0 | 0.75 | 0.86 | 0.29 | 7.4 | 0.75 | 0.4 |
| Hex | B4 | 2D | 1A | 0 | 4B | 56 | 1D | 7 | 4B | 28 |
| Octal | 264 | 55 | 32 | 0 | 113 | 126 | 35 | 7 | 113 | 50 |
| Binary | 10110100 | 101101 | 11010 | 0 | 1001011 | 1010110 | 11101 | 111 | 1001011 | 101000 |
Color Harmonies of #B42D1A
Complementary color
Monochromatic Colors of #B42D1A
Black with #B42D1A
Text Example
Text Example
White with #B42D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D1A; }
p { color: rgb(180,45,26); }
H1.HeaderClassName
{
color: #B42D1A;
}
.AnyTagClassName
{
color: #B42D1A;
}
</style>
background-color css
<style>
a { background-color: #B42D1A; }
a { background-color: rgb(180,45,26); }
div.DivClassName
{
background-color: #B42D1A;
}
.BgClassName
{
background-color: #B42D1A;
}
</style>
border-color css
<style>
span { border-color: #B42D1A; }
span { border-color: rgb(180,45,26); }
td.TdClassName
{
border-color: #B42D1A;
}
.TagClassName
{
border-color: #B42D1A;
}
</style>