Shades of Fire Brick #B42F28
Tints of Fire Brick #B42F28
RGB
CMYK
RGB Variations
Color information
#B42F28 (or 0xB42F28) is known color: Fire Brick. HEX triplet: B4, 2F and 28. RGB value is (180,47,40). Sum of RGB (Red+Green+Blue) = 180+47+40=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F28 is #4BD0D7. Grayscale: #565656. Windows color (decimal): -4968664 or 2633652. OLE color: 2633652.
HSL color Cylindrical-coordinate representation of color #B42F28: hue angle of 3º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42F28 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 40 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.29 |
| HSL | 3º | 0.64% | 0.43% | - |
| HSV(B) | 3º | 0.78% | 0.71% | - |
| XYZ | 20.22 | 11.89 | 3.24 | - |
| YUV | 85.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 40 | 0 | 0.74 | 0.78 | 0.29 | 3 | 0.64 | 0.43 |
| Hex | B4 | 2F | 28 | 0 | 4A | 4E | 1D | 3 | 40 | 2B |
| Octal | 264 | 57 | 50 | 0 | 112 | 116 | 35 | 3 | 100 | 53 |
| Binary | 10110100 | 101111 | 101000 | 0 | 1001010 | 1001110 | 11101 | 11 | 1000000 | 101011 |
Color Harmonies of #B42F28
Complementary color
Monochromatic Colors of #B42F28
Black with #B42F28
Text Example
Text Example
White with #B42F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F28; }
p { color: rgb(180,47,40); }
H1.HeaderClassName
{
color: #B42F28;
}
.AnyTagClassName
{
color: #B42F28;
}
</style>
background-color css
<style>
a { background-color: #B42F28; }
a { background-color: rgb(180,47,40); }
div.DivClassName
{
background-color: #B42F28;
}
.BgClassName
{
background-color: #B42F28;
}
</style>
border-color css
<style>
span { border-color: #B42F28; }
span { border-color: rgb(180,47,40); }
td.TdClassName
{
border-color: #B42F28;
}
.TagClassName
{
border-color: #B42F28;
}
</style>