Shades of Brown #B53030
Tints of Brown #B53030
RGB
CMYK
RGB Variations
Color information
#B53030 (or 0xB53030) is known color: Brown. HEX triplet: B5, 30 and 30. RGB value is (181,48,48). Sum of RGB (Red+Green+Blue) = 181+48+48=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B53030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53030 is #4ACFCF. Grayscale: #575757. Windows color (decimal): -4902864 or 3158197. OLE color: 3158197.
HSL color Cylindrical-coordinate representation of color #B53030: hue angle of 0º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53030 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 48 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.29 |
| HSL | 0º | 0.58% | 0.45% | - |
| HSV(B) | 0º | 0.73% | 0.71% | - |
| XYZ | 20.65 | 12.15 | 4.05 | - |
| YUV | 87.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 48 | 0 | 0.73 | 0.73 | 0.29 | 0 | 0.58 | 0.45 |
| Hex | B5 | 30 | 30 | 0 | 49 | 49 | 1D | 0 | 3A | 2D |
| Octal | 265 | 60 | 60 | 0 | 111 | 111 | 35 | 0 | 72 | 55 |
| Binary | 10110101 | 110000 | 110000 | 0 | 1001001 | 1001001 | 11101 | 0 | 111010 | 101101 |
Color Harmonies of #B53030
Complementary color
Monochromatic Colors of #B53030
Black with #B53030
Text Example
Text Example
White with #B53030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53030; }
p { color: rgb(181,48,48); }
H1.HeaderClassName
{
color: #B53030;
}
.AnyTagClassName
{
color: #B53030;
}
</style>
background-color css
<style>
a { background-color: #B53030; }
a { background-color: rgb(181,48,48); }
div.DivClassName
{
background-color: #B53030;
}
.BgClassName
{
background-color: #B53030;
}
</style>
border-color css
<style>
span { border-color: #B53030; }
span { border-color: rgb(181,48,48); }
td.TdClassName
{
border-color: #B53030;
}
.TagClassName
{
border-color: #B53030;
}
</style>