Shades of Rust #BF480C
Tints of Rust #BF480C
RGB
CMYK
RGB Variations
Color information
#BF480C (or 0xBF480C) is known color: Rust. HEX triplet: BF, 48 and 0C. RGB value is (191,72,12). Sum of RGB (Red+Green+Blue) = 191+72+12=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF480C is #40B7F3. Grayscale: #656565. Windows color (decimal): -4241396 or 805055. OLE color: 805055.
HSL color Cylindrical-coordinate representation of color #BF480C: hue angle of 20.11º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF480C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.25 |
| HSL | 20.11º | 0.88% | 0.4% | - |
| HSV(B) | 20.11º | 0.94% | 0.75% | - |
| XYZ | 23.87 | 15.74 | 2.13 | - |
| YUV | 100.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 12 | 0 | 0.62 | 0.94 | 0.25 | 20.11 | 0.88 | 0.4 |
| Hex | BF | 48 | C | 0 | 3E | 5E | 19 | 14 | 58 | 28 |
| Octal | 277 | 110 | 14 | 0 | 76 | 136 | 31 | 24 | 130 | 50 |
| Binary | 10111111 | 1001000 | 1100 | 0 | 111110 | 1011110 | 11001 | 10100 | 1011000 | 101000 |
Color Harmonies of #BF480C
Complementary color
Monochromatic Colors of #BF480C
Black with #BF480C
Text Example
Text Example
White with #BF480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF480C; }
p { color: rgb(191,72,12); }
H1.HeaderClassName
{
color: #BF480C;
}
.AnyTagClassName
{
color: #BF480C;
}
</style>
background-color css
<style>
a { background-color: #BF480C; }
a { background-color: rgb(191,72,12); }
div.DivClassName
{
background-color: #BF480C;
}
.BgClassName
{
background-color: #BF480C;
}
</style>
border-color css
<style>
span { border-color: #BF480C; }
span { border-color: rgb(191,72,12); }
td.TdClassName
{
border-color: #BF480C;
}
.TagClassName
{
border-color: #BF480C;
}
</style>