Shades of Rust #BF441B
Tints of Rust #BF441B
RGB
CMYK
RGB Variations
Color information
#BF441B (or 0xBF441B) is known color: Rust. HEX triplet: BF, 44 and 1B. RGB value is (191,68,27). Sum of RGB (Red+Green+Blue) = 191+68+27=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF441B is #40BBE4. Grayscale: #646464. Windows color (decimal): -4242405 or 1787071. OLE color: 1787071.
HSL color Cylindrical-coordinate representation of color #BF441B: hue angle of 15º 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 #BF441B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 27 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.25 |
| HSL | 15º | 0.75% | 0.43% | - |
| HSV(B) | 15º | 0.86% | 0.75% | - |
| XYZ | 23.75 | 15.29 | 2.74 | - |
| YUV | 100.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 27 | 0 | 0.64 | 0.86 | 0.25 | 15 | 0.75 | 0.43 |
| Hex | BF | 44 | 1B | 0 | 40 | 56 | 19 | F | 4B | 2B |
| Octal | 277 | 104 | 33 | 0 | 100 | 126 | 31 | 17 | 113 | 53 |
| Binary | 10111111 | 1000100 | 11011 | 0 | 1000000 | 1010110 | 11001 | 1111 | 1001011 | 101011 |
Color Harmonies of #BF441B
Complementary color
Monochromatic Colors of #BF441B
Black with #BF441B
Text Example
Text Example
White with #BF441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF441B; }
p { color: rgb(191,68,27); }
H1.HeaderClassName
{
color: #BF441B;
}
.AnyTagClassName
{
color: #BF441B;
}
</style>
background-color css
<style>
a { background-color: #BF441B; }
a { background-color: rgb(191,68,27); }
div.DivClassName
{
background-color: #BF441B;
}
.BgClassName
{
background-color: #BF441B;
}
</style>
border-color css
<style>
span { border-color: #BF441B; }
span { border-color: rgb(191,68,27); }
td.TdClassName
{
border-color: #BF441B;
}
.TagClassName
{
border-color: #BF441B;
}
</style>