Shades of Rust #BF450D
Tints of Rust #BF450D
RGB
CMYK
RGB Variations
Color information
#BF450D (or 0xBF450D) is known color: Rust. HEX triplet: BF, 45 and 0D. RGB value is (191,69,13). Sum of RGB (Red+Green+Blue) = 191+69+13=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF450D is #40BAF2. Grayscale: #636363. Windows color (decimal): -4242163 or 869823. OLE color: 869823.
HSL color Cylindrical-coordinate representation of color #BF450D: hue angle of 18.88º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF450D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.25 |
| HSL | 18.88º | 0.87% | 0.4% | - |
| HSV(B) | 18.88º | 0.93% | 0.75% | - |
| XYZ | 23.69 | 15.36 | 2.1 | - |
| YUV | 99.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 13 | 0 | 0.64 | 0.93 | 0.25 | 18.88 | 0.87 | 0.4 |
| Hex | BF | 45 | D | 0 | 40 | 5D | 19 | 13 | 57 | 28 |
| Octal | 277 | 105 | 15 | 0 | 100 | 135 | 31 | 23 | 127 | 50 |
| Binary | 10111111 | 1000101 | 1101 | 0 | 1000000 | 1011101 | 11001 | 10011 | 1010111 | 101000 |
Color Harmonies of #BF450D
Complementary color
Monochromatic Colors of #BF450D
Black with #BF450D
Text Example
Text Example
White with #BF450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF450D; }
p { color: rgb(191,69,13); }
H1.HeaderClassName
{
color: #BF450D;
}
.AnyTagClassName
{
color: #BF450D;
}
</style>
background-color css
<style>
a { background-color: #BF450D; }
a { background-color: rgb(191,69,13); }
div.DivClassName
{
background-color: #BF450D;
}
.BgClassName
{
background-color: #BF450D;
}
</style>
border-color css
<style>
span { border-color: #BF450D; }
span { border-color: rgb(191,69,13); }
td.TdClassName
{
border-color: #BF450D;
}
.TagClassName
{
border-color: #BF450D;
}
</style>