Shades of Rust #B7381B
Tints of Rust #B7381B
RGB
CMYK
RGB Variations
Color information
#B7381B (or 0xB7381B) is known color: Rust. HEX triplet: B7, 38 and 1B. RGB value is (183,56,27). Sum of RGB (Red+Green+Blue) = 183+56+27=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7381B is #48C7E4. Grayscale: #5A5A5A. Windows color (decimal): -4769765 or 1783991. OLE color: 1783991.
HSL color Cylindrical-coordinate representation of color #B7381B: hue angle of 11.15º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7381B is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 27 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.28 |
| HSL | 11.15º | 0.74% | 0.41% | - |
| HSV(B) | 11.15º | 0.85% | 0.72% | - |
| XYZ | 21.14 | 12.97 | 2.43 | - |
| YUV | 90.67 | 92.08 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 27 | 0 | 0.69 | 0.85 | 0.28 | 11.15 | 0.74 | 0.41 |
| Hex | B7 | 38 | 1B | 0 | 45 | 55 | 1C | B | 4A | 29 |
| Octal | 267 | 70 | 33 | 0 | 105 | 125 | 34 | 13 | 112 | 51 |
| Binary | 10110111 | 111000 | 11011 | 0 | 1000101 | 1010101 | 11100 | 1011 | 1001010 | 101001 |
Color Harmonies of #B7381B
Complementary color
Monochromatic Colors of #B7381B
Black with #B7381B
Text Example
Text Example
White with #B7381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7381B; }
p { color: rgb(183,56,27); }
H1.HeaderClassName
{
color: #B7381B;
}
.AnyTagClassName
{
color: #B7381B;
}
</style>
background-color css
<style>
a { background-color: #B7381B; }
a { background-color: rgb(183,56,27); }
div.DivClassName
{
background-color: #B7381B;
}
.BgClassName
{
background-color: #B7381B;
}
</style>
border-color css
<style>
span { border-color: #B7381B; }
span { border-color: rgb(183,56,27); }
td.TdClassName
{
border-color: #B7381B;
}
.TagClassName
{
border-color: #B7381B;
}
</style>