Shades of Fire Brick #B62D25
Tints of Fire Brick #B62D25
RGB
CMYK
RGB Variations
Color information
#B62D25 (or 0xB62D25) is known color: Fire Brick. HEX triplet: B6, 2D and 25. RGB value is (182,45,37). Sum of RGB (Red+Green+Blue) = 182+45+37=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62D25 is #49D2DA. Grayscale: #555555. Windows color (decimal): -4838107 or 2436534. OLE color: 2436534.
HSL color Cylindrical-coordinate representation of color #B62D25: hue angle of 3.31º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B62D25 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 37 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.29 |
| HSL | 3.31º | 0.66% | 0.43% | - |
| HSV(B) | 3.31º | 0.8% | 0.71% | - |
| XYZ | 20.56 | 11.96 | 2.97 | - |
| YUV | 85.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 37 | 0 | 0.75 | 0.80 | 0.29 | 3.31 | 0.66 | 0.43 |
| Hex | B6 | 2D | 25 | 0 | 4B | 50 | 1D | 3 | 42 | 2B |
| Octal | 266 | 55 | 45 | 0 | 113 | 120 | 35 | 3 | 102 | 53 |
| Binary | 10110110 | 101101 | 100101 | 0 | 1001011 | 1010000 | 11101 | 11 | 1000010 | 101011 |
Color Harmonies of #B62D25
Complementary color
Monochromatic Colors of #B62D25
Black with #B62D25
Text Example
Text Example
White with #B62D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D25; }
p { color: rgb(182,45,37); }
H1.HeaderClassName
{
color: #B62D25;
}
.AnyTagClassName
{
color: #B62D25;
}
</style>
background-color css
<style>
a { background-color: #B62D25; }
a { background-color: rgb(182,45,37); }
div.DivClassName
{
background-color: #B62D25;
}
.BgClassName
{
background-color: #B62D25;
}
</style>
border-color css
<style>
span { border-color: #B62D25; }
span { border-color: rgb(182,45,37); }
td.TdClassName
{
border-color: #B62D25;
}
.TagClassName
{
border-color: #B62D25;
}
</style>