Shades of Fire Brick #B8200A
Tints of Fire Brick #B8200A
RGB
CMYK
RGB Variations
Color information
#B8200A (or 0xB8200A) is known color: Fire Brick. HEX triplet: B8, 20 and 0A. RGB value is (184,32,10). Sum of RGB (Red+Green+Blue) = 184+32+10=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B8200A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8200A is #47DFF5. Grayscale: #4B4B4B. Windows color (decimal): -4710390 or 663736. OLE color: 663736.
HSL color Cylindrical-coordinate representation of color #B8200A: hue angle of 7.59º 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 #B8200A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.28 |
| HSL | 7.59º | 0.9% | 0.38% | - |
| HSV(B) | 7.59º | 0.95% | 0.72% | - |
| XYZ | 20.34 | 11.25 | 1.39 | - |
| YUV | 74.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 10 | 0 | 0.83 | 0.95 | 0.28 | 7.59 | 0.9 | 0.38 |
| Hex | B8 | 20 | A | 0 | 53 | 5F | 1C | 8 | 5A | 26 |
| Octal | 270 | 40 | 12 | 0 | 123 | 137 | 34 | 10 | 132 | 46 |
| Binary | 10111000 | 100000 | 1010 | 0 | 1010011 | 1011111 | 11100 | 1000 | 1011010 | 100110 |
Color Harmonies of #B8200A
Complementary color
Monochromatic Colors of #B8200A
Black with #B8200A
Text Example
Text Example
White with #B8200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8200A; }
p { color: rgb(184,32,10); }
H1.HeaderClassName
{
color: #B8200A;
}
.AnyTagClassName
{
color: #B8200A;
}
</style>
background-color css
<style>
a { background-color: #B8200A; }
a { background-color: rgb(184,32,10); }
div.DivClassName
{
background-color: #B8200A;
}
.BgClassName
{
background-color: #B8200A;
}
</style>
border-color css
<style>
span { border-color: #B8200A; }
span { border-color: rgb(184,32,10); }
td.TdClassName
{
border-color: #B8200A;
}
.TagClassName
{
border-color: #B8200A;
}
</style>