Shades of Rust #BF451B
Tints of Rust #BF451B
RGB
CMYK
RGB Variations
Color information
#BF451B (or 0xBF451B) is known color: Rust. HEX triplet: BF, 45 and 1B. RGB value is (191,69,27). Sum of RGB (Red+Green+Blue) = 191+69+27=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF451B is #40BAE4. Grayscale: #646464. Windows color (decimal): -4242149 or 1787327. OLE color: 1787327.
HSL color Cylindrical-coordinate representation of color #BF451B: hue angle of 15.37º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF451B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.25 |
| HSL | 15.37º | 0.75% | 0.43% | - |
| HSV(B) | 15.37º | 0.86% | 0.75% | - |
| XYZ | 23.81 | 15.41 | 2.76 | - |
| YUV | 100.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 27 | 0 | 0.64 | 0.86 | 0.25 | 15.37 | 0.75 | 0.43 |
| Hex | BF | 45 | 1B | 0 | 40 | 56 | 19 | F | 4B | 2B |
| Octal | 277 | 105 | 33 | 0 | 100 | 126 | 31 | 17 | 113 | 53 |
| Binary | 10111111 | 1000101 | 11011 | 0 | 1000000 | 1010110 | 11001 | 1111 | 1001011 | 101011 |
Color Harmonies of #BF451B
Complementary color
Monochromatic Colors of #BF451B
Black with #BF451B
Text Example
Text Example
White with #BF451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF451B; }
p { color: rgb(191,69,27); }
H1.HeaderClassName
{
color: #BF451B;
}
.AnyTagClassName
{
color: #BF451B;
}
</style>
background-color css
<style>
a { background-color: #BF451B; }
a { background-color: rgb(191,69,27); }
div.DivClassName
{
background-color: #BF451B;
}
.BgClassName
{
background-color: #BF451B;
}
</style>
border-color css
<style>
span { border-color: #BF451B; }
span { border-color: rgb(191,69,27); }
td.TdClassName
{
border-color: #BF451B;
}
.TagClassName
{
border-color: #BF451B;
}
</style>