Shades of Rust #BF401B
Tints of Rust #BF401B
RGB
CMYK
RGB Variations
Color information
#BF401B (or 0xBF401B) is known color: Rust. HEX triplet: BF, 40 and 1B. RGB value is (191,64,27). Sum of RGB (Red+Green+Blue) = 191+64+27=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF401B is #40BFE4. Grayscale: #626262. Windows color (decimal): -4243429 or 1786047. OLE color: 1786047.
HSL color Cylindrical-coordinate representation of color #BF401B: hue angle of 13.54º 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 #BF401B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.25 |
| HSL | 13.54º | 0.75% | 0.43% | - |
| HSV(B) | 13.54º | 0.86% | 0.75% | - |
| XYZ | 23.52 | 14.82 | 2.66 | - |
| YUV | 97.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 27 | 0 | 0.66 | 0.86 | 0.25 | 13.54 | 0.75 | 0.43 |
| Hex | BF | 40 | 1B | 0 | 42 | 56 | 19 | E | 4B | 2B |
| Octal | 277 | 100 | 33 | 0 | 102 | 126 | 31 | 16 | 113 | 53 |
| Binary | 10111111 | 1000000 | 11011 | 0 | 1000010 | 1010110 | 11001 | 1110 | 1001011 | 101011 |
Color Harmonies of #BF401B
Complementary color
Monochromatic Colors of #BF401B
Black with #BF401B
Text Example
Text Example
White with #BF401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF401B; }
p { color: rgb(191,64,27); }
H1.HeaderClassName
{
color: #BF401B;
}
.AnyTagClassName
{
color: #BF401B;
}
</style>
background-color css
<style>
a { background-color: #BF401B; }
a { background-color: rgb(191,64,27); }
div.DivClassName
{
background-color: #BF401B;
}
.BgClassName
{
background-color: #BF401B;
}
</style>
border-color css
<style>
span { border-color: #BF401B; }
span { border-color: rgb(191,64,27); }
td.TdClassName
{
border-color: #BF401B;
}
.TagClassName
{
border-color: #BF401B;
}
</style>