Shades of Fire Brick #B63321
Tints of Fire Brick #B63321
RGB
CMYK
RGB Variations
Color information
#B63321 (or 0xB63321) is known color: Fire Brick. HEX triplet: B6, 33 and 21. RGB value is (182,51,33). Sum of RGB (Red+Green+Blue) = 182+51+33=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B63321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63321 is #49CCDE. Grayscale: #585858. Windows color (decimal): -4836575 or 2175926. OLE color: 2175926.
HSL color Cylindrical-coordinate representation of color #B63321: hue angle of 7.25º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B63321 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 33 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.29 |
| HSL | 7.25º | 0.69% | 0.42% | - |
| HSV(B) | 7.25º | 0.82% | 0.71% | - |
| XYZ | 20.75 | 12.42 | 2.74 | - |
| YUV | 88.12 | 96.9 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 33 | 0 | 0.72 | 0.82 | 0.29 | 7.25 | 0.69 | 0.42 |
| Hex | B6 | 33 | 21 | 0 | 48 | 52 | 1D | 7 | 45 | 2A |
| Octal | 266 | 63 | 41 | 0 | 110 | 122 | 35 | 7 | 105 | 52 |
| Binary | 10110110 | 110011 | 100001 | 0 | 1001000 | 1010010 | 11101 | 111 | 1000101 | 101010 |
Color Harmonies of #B63321
Complementary color
Monochromatic Colors of #B63321
Black with #B63321
Text Example
Text Example
White with #B63321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63321; }
p { color: rgb(182,51,33); }
H1.HeaderClassName
{
color: #B63321;
}
.AnyTagClassName
{
color: #B63321;
}
</style>
background-color css
<style>
a { background-color: #B63321; }
a { background-color: rgb(182,51,33); }
div.DivClassName
{
background-color: #B63321;
}
.BgClassName
{
background-color: #B63321;
}
</style>
border-color css
<style>
span { border-color: #B63321; }
span { border-color: rgb(182,51,33); }
td.TdClassName
{
border-color: #B63321;
}
.TagClassName
{
border-color: #B63321;
}
</style>