Shades of Brown #B42D2D
Tints of Brown #B42D2D
RGB
CMYK
RGB Variations
Color information
#B42D2D (or 0xB42D2D) is known color: Brown. HEX triplet: B4, 2D and 2D. RGB value is (180,45,45). Sum of RGB (Red+Green+Blue) = 180+45+45=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D2D is #4BD2D2. Grayscale: #555555. Windows color (decimal): -4969171 or 2960820. OLE color: 2960820.
HSL color Cylindrical-coordinate representation of color #B42D2D: hue angle of 0º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D2D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 45 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.29 |
| HSL | 0º | 0.6% | 0.44% | - |
| HSV(B) | 0º | 0.75% | 0.71% | - |
| XYZ | 20.23 | 11.77 | 3.69 | - |
| YUV | 85.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 45 | 0 | 0.75 | 0.75 | 0.29 | 0 | 0.6 | 0.44 |
| Hex | B4 | 2D | 2D | 0 | 4B | 4B | 1D | 0 | 3C | 2C |
| Octal | 264 | 55 | 55 | 0 | 113 | 113 | 35 | 0 | 74 | 54 |
| Binary | 10110100 | 101101 | 101101 | 0 | 1001011 | 1001011 | 11101 | 0 | 111100 | 101100 |
Color Harmonies of #B42D2D
Complementary color
Monochromatic Colors of #B42D2D
Black with #B42D2D
Text Example
Text Example
White with #B42D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D2D; }
p { color: rgb(180,45,45); }
H1.HeaderClassName
{
color: #B42D2D;
}
.AnyTagClassName
{
color: #B42D2D;
}
</style>
background-color css
<style>
a { background-color: #B42D2D; }
a { background-color: rgb(180,45,45); }
div.DivClassName
{
background-color: #B42D2D;
}
.BgClassName
{
background-color: #B42D2D;
}
</style>
border-color css
<style>
span { border-color: #B42D2D; }
span { border-color: rgb(180,45,45); }
td.TdClassName
{
border-color: #B42D2D;
}
.TagClassName
{
border-color: #B42D2D;
}
</style>