Shades of Fire Brick #B51C05
Tints of Fire Brick #B51C05
RGB
CMYK
RGB Variations
Color information
#B51C05 (or 0xB51C05) is known color: Fire Brick. HEX triplet: B5, 1C and 05. RGB value is (181,28,5). Sum of RGB (Red+Green+Blue) = 181+28+5=214 (28% of max value = 765). Red value is 181 (71.09% from 255 or 84.58% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 181 - color contains mainly: red. Hex color #B51C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B51C05 is #4AE3FA. Grayscale: #474747. Windows color (decimal): -4908027 or 335029. OLE color: 335029.
HSL color Cylindrical-coordinate representation of color #B51C05: hue angle of 7.84º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B51C05 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 28 | 5 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.29 |
| HSL | 7.84º | 0.95% | 0.36% | - |
| HSV(B) | 7.84º | 0.97% | 0.71% | - |
| XYZ | 19.5 | 10.67 | 1.17 | - |
| YUV | 71.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 28 | 5 | 0 | 0.85 | 0.97 | 0.29 | 7.84 | 0.95 | 0.36 |
| Hex | B5 | 1C | 5 | 0 | 55 | 61 | 1D | 8 | 5F | 24 |
| Octal | 265 | 34 | 5 | 0 | 125 | 141 | 35 | 10 | 137 | 44 |
| Binary | 10110101 | 11100 | 101 | 0 | 1010101 | 1100001 | 11101 | 1000 | 1011111 | 100100 |
Color Harmonies of #B51C05
Complementary color
Monochromatic Colors of #B51C05
Black with #B51C05
Text Example
Text Example
White with #B51C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51C05; }
p { color: rgb(181,28,5); }
H1.HeaderClassName
{
color: #B51C05;
}
.AnyTagClassName
{
color: #B51C05;
}
</style>
background-color css
<style>
a { background-color: #B51C05; }
a { background-color: rgb(181,28,5); }
div.DivClassName
{
background-color: #B51C05;
}
.BgClassName
{
background-color: #B51C05;
}
</style>
border-color css
<style>
span { border-color: #B51C05; }
span { border-color: rgb(181,28,5); }
td.TdClassName
{
border-color: #B51C05;
}
.TagClassName
{
border-color: #B51C05;
}
</style>