Shades of Fire Brick #B5302B
Tints of Fire Brick #B5302B
RGB
CMYK
RGB Variations
Color information
#B5302B (or 0xB5302B) is known color: Fire Brick. HEX triplet: B5, 30 and 2B. RGB value is (181,48,43). Sum of RGB (Red+Green+Blue) = 181+48+43=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B5302B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5302B is #4ACFD4. Grayscale: #575757. Windows color (decimal): -4902869 or 2830517. OLE color: 2830517.
HSL color Cylindrical-coordinate representation of color #B5302B: hue angle of 2.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5302B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 43 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.29 |
| HSL | 2.17º | 0.62% | 0.44% | - |
| HSV(B) | 2.17º | 0.76% | 0.71% | - |
| XYZ | 20.55 | 12.11 | 3.54 | - |
| YUV | 87.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 43 | 0 | 0.73 | 0.76 | 0.29 | 2.17 | 0.62 | 0.44 |
| Hex | B5 | 30 | 2B | 0 | 49 | 4C | 1D | 2 | 3E | 2C |
| Octal | 265 | 60 | 53 | 0 | 111 | 114 | 35 | 2 | 76 | 54 |
| Binary | 10110101 | 110000 | 101011 | 0 | 1001001 | 1001100 | 11101 | 10 | 111110 | 101100 |
Color Harmonies of #B5302B
Complementary color
Monochromatic Colors of #B5302B
Black with #B5302B
Text Example
Text Example
White with #B5302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5302B; }
p { color: rgb(181,48,43); }
H1.HeaderClassName
{
color: #B5302B;
}
.AnyTagClassName
{
color: #B5302B;
}
</style>
background-color css
<style>
a { background-color: #B5302B; }
a { background-color: rgb(181,48,43); }
div.DivClassName
{
background-color: #B5302B;
}
.BgClassName
{
background-color: #B5302B;
}
</style>
border-color css
<style>
span { border-color: #B5302B; }
span { border-color: rgb(181,48,43); }
td.TdClassName
{
border-color: #B5302B;
}
.TagClassName
{
border-color: #B5302B;
}
</style>