Shades of Rust #B0381B
Tints of Rust #B0381B
RGB
CMYK
RGB Variations
Color information
#B0381B (or 0xB0381B) is known color: Rust. HEX triplet: B0, 38 and 1B. RGB value is (176,56,27). Sum of RGB (Red+Green+Blue) = 176+56+27=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0381B is #4FC7E4. Grayscale: #585858. Windows color (decimal): -5228517 or 1783984. OLE color: 1783984.
HSL color Cylindrical-coordinate representation of color #B0381B: hue angle of 11.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0381B is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 27 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.31 |
| HSL | 11.68º | 0.73% | 0.4% | - |
| HSV(B) | 11.68º | 0.85% | 0.69% | - |
| XYZ | 19.52 | 12.14 | 2.35 | - |
| YUV | 88.57 | 93.26 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 27 | 0 | 0.68 | 0.85 | 0.31 | 11.68 | 0.73 | 0.4 |
| Hex | B0 | 38 | 1B | 0 | 44 | 55 | 1F | C | 49 | 28 |
| Octal | 260 | 70 | 33 | 0 | 104 | 125 | 37 | 14 | 111 | 50 |
| Binary | 10110000 | 111000 | 11011 | 0 | 1000100 | 1010101 | 11111 | 1100 | 1001001 | 101000 |
Color Harmonies of #B0381B
Complementary color
Monochromatic Colors of #B0381B
Black with #B0381B
Text Example
Text Example
White with #B0381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0381B; }
p { color: rgb(176,56,27); }
H1.HeaderClassName
{
color: #B0381B;
}
.AnyTagClassName
{
color: #B0381B;
}
</style>
background-color css
<style>
a { background-color: #B0381B; }
a { background-color: rgb(176,56,27); }
div.DivClassName
{
background-color: #B0381B;
}
.BgClassName
{
background-color: #B0381B;
}
</style>
border-color css
<style>
span { border-color: #B0381B; }
span { border-color: rgb(176,56,27); }
td.TdClassName
{
border-color: #B0381B;
}
.TagClassName
{
border-color: #B0381B;
}
</style>