Shades of Brown #B22D2D
Tints of Brown #B22D2D
RGB
CMYK
RGB Variations
Color information
#B22D2D (or 0xB22D2D) is known color: Brown. HEX triplet: B2, 2D and 2D. RGB value is (178,45,45). Sum of RGB (Red+Green+Blue) = 178+45+45=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D2D is #4DD2D2. Grayscale: #545454. Windows color (decimal): -5100243 or 2960818. OLE color: 2960818.
HSL color Cylindrical-coordinate representation of color #B22D2D: hue angle of 0º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D2D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 45 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.30 |
| HSL | 0º | 0.6% | 0.44% | - |
| HSV(B) | 0º | 0.75% | 0.7% | - |
| XYZ | 19.77 | 11.53 | 3.67 | - |
| YUV | 84.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 45 | 0 | 0.75 | 0.75 | 0.30 | 0 | 0.6 | 0.44 |
| Hex | B2 | 2D | 2D | 0 | 4B | 4B | 1E | 0 | 3C | 2C |
| Octal | 262 | 55 | 55 | 0 | 113 | 113 | 36 | 0 | 74 | 54 |
| Binary | 10110010 | 101101 | 101101 | 0 | 1001011 | 1001011 | 11110 | 0 | 111100 | 101100 |
Color Harmonies of #B22D2D
Complementary color
Monochromatic Colors of #B22D2D
Black with #B22D2D
Text Example
Text Example
White with #B22D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D2D; }
p { color: rgb(178,45,45); }
H1.HeaderClassName
{
color: #B22D2D;
}
.AnyTagClassName
{
color: #B22D2D;
}
</style>
background-color css
<style>
a { background-color: #B22D2D; }
a { background-color: rgb(178,45,45); }
div.DivClassName
{
background-color: #B22D2D;
}
.BgClassName
{
background-color: #B22D2D;
}
</style>
border-color css
<style>
span { border-color: #B22D2D; }
span { border-color: rgb(178,45,45); }
td.TdClassName
{
border-color: #B22D2D;
}
.TagClassName
{
border-color: #B22D2D;
}
</style>