Shades of Fire Brick #B7200A
Tints of Fire Brick #B7200A
RGB
CMYK
RGB Variations
Color information
#B7200A (or 0xB7200A) is known color: Fire Brick. HEX triplet: B7, 20 and 0A. RGB value is (183,32,10). Sum of RGB (Red+Green+Blue) = 183+32+10=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B7200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7200A is #48DFF5. Grayscale: #4A4A4A. Windows color (decimal): -4775926 or 663735. OLE color: 663735.
HSL color Cylindrical-coordinate representation of color #B7200A: hue angle of 7.63º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7200A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.28 |
| HSL | 7.63º | 0.9% | 0.38% | - |
| HSV(B) | 7.63º | 0.95% | 0.72% | - |
| XYZ | 20.1 | 11.12 | 1.37 | - |
| YUV | 74.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 10 | 0 | 0.83 | 0.95 | 0.28 | 7.63 | 0.9 | 0.38 |
| Hex | B7 | 20 | A | 0 | 53 | 5F | 1C | 8 | 5A | 26 |
| Octal | 267 | 40 | 12 | 0 | 123 | 137 | 34 | 10 | 132 | 46 |
| Binary | 10110111 | 100000 | 1010 | 0 | 1010011 | 1011111 | 11100 | 1000 | 1011010 | 100110 |
Color Harmonies of #B7200A
Complementary color
Monochromatic Colors of #B7200A
Black with #B7200A
Text Example
Text Example
White with #B7200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7200A; }
p { color: rgb(183,32,10); }
H1.HeaderClassName
{
color: #B7200A;
}
.AnyTagClassName
{
color: #B7200A;
}
</style>
background-color css
<style>
a { background-color: #B7200A; }
a { background-color: rgb(183,32,10); }
div.DivClassName
{
background-color: #B7200A;
}
.BgClassName
{
background-color: #B7200A;
}
</style>
border-color css
<style>
span { border-color: #B7200A; }
span { border-color: rgb(183,32,10); }
td.TdClassName
{
border-color: #B7200A;
}
.TagClassName
{
border-color: #B7200A;
}
</style>