Shades of Rust #B5380C
Tints of Rust #B5380C
RGB
CMYK
RGB Variations
Color information
#B5380C (or 0xB5380C) is known color: Rust. HEX triplet: B5, 38 and 0C. RGB value is (181,56,12). Sum of RGB (Red+Green+Blue) = 181+56+12=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B5380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5380C is #4AC7F3. Grayscale: #585858. Windows color (decimal): -4900852 or 800949. OLE color: 800949.
HSL color Cylindrical-coordinate representation of color #B5380C: hue angle of 15.62º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5380C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 12 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.29 |
| HSL | 15.62º | 0.88% | 0.38% | - |
| HSV(B) | 15.62º | 0.93% | 0.71% | - |
| XYZ | 20.54 | 12.68 | 1.71 | - |
| YUV | 88.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 12 | 0 | 0.69 | 0.93 | 0.29 | 15.62 | 0.88 | 0.38 |
| Hex | B5 | 38 | C | 0 | 45 | 5D | 1D | 10 | 58 | 26 |
| Octal | 265 | 70 | 14 | 0 | 105 | 135 | 35 | 20 | 130 | 46 |
| Binary | 10110101 | 111000 | 1100 | 0 | 1000101 | 1011101 | 11101 | 10000 | 1011000 | 100110 |
Color Harmonies of #B5380C
Complementary color
Monochromatic Colors of #B5380C
Black with #B5380C
Text Example
Text Example
White with #B5380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5380C; }
p { color: rgb(181,56,12); }
H1.HeaderClassName
{
color: #B5380C;
}
.AnyTagClassName
{
color: #B5380C;
}
</style>
background-color css
<style>
a { background-color: #B5380C; }
a { background-color: rgb(181,56,12); }
div.DivClassName
{
background-color: #B5380C;
}
.BgClassName
{
background-color: #B5380C;
}
</style>
border-color css
<style>
span { border-color: #B5380C; }
span { border-color: rgb(181,56,12); }
td.TdClassName
{
border-color: #B5380C;
}
.TagClassName
{
border-color: #B5380C;
}
</style>