Shades of Fire Brick #B61212
Tints of Fire Brick #B61212
RGB
CMYK
RGB Variations
Color information
#B61212 (or 0xB61212) is known color: Fire Brick. HEX triplet: B6, 12 and 12. RGB value is (182,18,18). Sum of RGB (Red+Green+Blue) = 182+18+18=218 (28% of max value = 765). Red value is 182 (71.48% from 255 or 83.49% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 182 - color contains mainly: red. Hex color #B61212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61212 is #49EDED. Grayscale: #434343. Windows color (decimal): -4845038 or 1184438. OLE color: 1184438.
HSL color Cylindrical-coordinate representation of color #B61212: hue angle of 0º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61212 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.29 |
| HSL | 0º | 0.82% | 0.39% | - |
| HSV(B) | 0º | 0.9% | 0.71% | - |
| XYZ | 19.62 | 10.42 | 1.55 | - |
| YUV | 67.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 18 | 0 | 0.90 | 0.90 | 0.29 | 0 | 0.82 | 0.39 |
| Hex | B6 | 12 | 12 | 0 | 5A | 5A | 1D | 0 | 52 | 27 |
| Octal | 266 | 22 | 22 | 0 | 132 | 132 | 35 | 0 | 122 | 47 |
| Binary | 10110110 | 10010 | 10010 | 0 | 1011010 | 1011010 | 11101 | 0 | 1010010 | 100111 |
Color Harmonies of #B61212
Complementary color
Monochromatic Colors of #B61212
Black with #B61212
Text Example
Text Example
White with #B61212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61212; }
p { color: rgb(182,18,18); }
H1.HeaderClassName
{
color: #B61212;
}
.AnyTagClassName
{
color: #B61212;
}
</style>
background-color css
<style>
a { background-color: #B61212; }
a { background-color: rgb(182,18,18); }
div.DivClassName
{
background-color: #B61212;
}
.BgClassName
{
background-color: #B61212;
}
</style>
border-color css
<style>
span { border-color: #B61212; }
span { border-color: rgb(182,18,18); }
td.TdClassName
{
border-color: #B61212;
}
.TagClassName
{
border-color: #B61212;
}
</style>