Shades of Fire Brick #B42F21
Tints of Fire Brick #B42F21
RGB
CMYK
RGB Variations
Color information
#B42F21 (or 0xB42F21) is known color: Fire Brick. HEX triplet: B4, 2F and 21. RGB value is (180,47,33). Sum of RGB (Red+Green+Blue) = 180+47+33=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42F21 is #4BD0DE. Grayscale: #555555. Windows color (decimal): -4968671 or 2174900. OLE color: 2174900.
HSL color Cylindrical-coordinate representation of color #B42F21: hue angle of 5.71º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42F21 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 47 | 33 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.29 |
| HSL | 5.71º | 0.69% | 0.42% | - |
| HSV(B) | 5.71º | 0.82% | 0.71% | - |
| XYZ | 20.11 | 11.85 | 2.67 | - |
| YUV | 85.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 47 | 33 | 0 | 0.74 | 0.82 | 0.29 | 5.71 | 0.69 | 0.42 |
| Hex | B4 | 2F | 21 | 0 | 4A | 52 | 1D | 6 | 45 | 2A |
| Octal | 264 | 57 | 41 | 0 | 112 | 122 | 35 | 6 | 105 | 52 |
| Binary | 10110100 | 101111 | 100001 | 0 | 1001010 | 1010010 | 11101 | 110 | 1000101 | 101010 |
Color Harmonies of #B42F21
Complementary color
Monochromatic Colors of #B42F21
Black with #B42F21
Text Example
Text Example
White with #B42F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42F21; }
p { color: rgb(180,47,33); }
H1.HeaderClassName
{
color: #B42F21;
}
.AnyTagClassName
{
color: #B42F21;
}
</style>
background-color css
<style>
a { background-color: #B42F21; }
a { background-color: rgb(180,47,33); }
div.DivClassName
{
background-color: #B42F21;
}
.BgClassName
{
background-color: #B42F21;
}
</style>
border-color css
<style>
span { border-color: #B42F21; }
span { border-color: rgb(180,47,33); }
td.TdClassName
{
border-color: #B42F21;
}
.TagClassName
{
border-color: #B42F21;
}
</style>