Shades of Fire Brick #B12002
Tints of Fire Brick #B12002
RGB
CMYK
RGB Variations
Color information
#B12002 (or 0xB12002) is known color: Fire Brick. HEX triplet: B1, 20 and 02. RGB value is (177,32,2). Sum of RGB (Red+Green+Blue) = 177+32+2=211 (27% of max value = 765). Red value is 177 (69.53% from 255 or 83.89% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 177 - color contains mainly: red. Hex color #B12002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12002 is #4EDFFD. Grayscale: #484848. Windows color (decimal): -5169150 or 139441. OLE color: 139441.
HSL color Cylindrical-coordinate representation of color #B12002: hue angle of 10.29º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B12002 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.31 |
| HSL | 10.29º | 0.98% | 0.35% | - |
| HSV(B) | 10.29º | 0.99% | 0.69% | - |
| XYZ | 18.66 | 10.38 | 1.08 | - |
| YUV | 71.94 | 88.54 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 2 | 0 | 0.82 | 0.99 | 0.31 | 10.29 | 0.98 | 0.35 |
| Hex | B1 | 20 | 2 | 0 | 52 | 63 | 1F | A | 62 | 23 |
| Octal | 261 | 40 | 2 | 0 | 122 | 143 | 37 | 12 | 142 | 43 |
| Binary | 10110001 | 100000 | 10 | 0 | 1010010 | 1100011 | 11111 | 1010 | 1100010 | 100011 |
Color Harmonies of #B12002
Complementary color
Monochromatic Colors of #B12002
Black with #B12002
Text Example
Text Example
White with #B12002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12002; }
p { color: rgb(177,32,2); }
H1.HeaderClassName
{
color: #B12002;
}
.AnyTagClassName
{
color: #B12002;
}
</style>
background-color css
<style>
a { background-color: #B12002; }
a { background-color: rgb(177,32,2); }
div.DivClassName
{
background-color: #B12002;
}
.BgClassName
{
background-color: #B12002;
}
</style>
border-color css
<style>
span { border-color: #B12002; }
span { border-color: rgb(177,32,2); }
td.TdClassName
{
border-color: #B12002;
}
.TagClassName
{
border-color: #B12002;
}
</style>