Shades of Rust #BF441D
Tints of Rust #BF441D
RGB
CMYK
RGB Variations
Color information
#BF441D (or 0xBF441D) is known color: Rust. HEX triplet: BF, 44 and 1D. RGB value is (191,68,29). Sum of RGB (Red+Green+Blue) = 191+68+29=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF441D is #40BBE2. Grayscale: #646464. Windows color (decimal): -4242403 or 1918143. OLE color: 1918143.
HSL color Cylindrical-coordinate representation of color #BF441D: hue angle of 14.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF441D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.25 |
| HSL | 14.44º | 0.74% | 0.43% | - |
| HSV(B) | 14.44º | 0.85% | 0.75% | - |
| XYZ | 23.77 | 15.3 | 2.86 | - |
| YUV | 100.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 29 | 0 | 0.64 | 0.85 | 0.25 | 14.44 | 0.74 | 0.43 |
| Hex | BF | 44 | 1D | 0 | 40 | 55 | 19 | E | 4A | 2B |
| Octal | 277 | 104 | 35 | 0 | 100 | 125 | 31 | 16 | 112 | 53 |
| Binary | 10111111 | 1000100 | 11101 | 0 | 1000000 | 1010101 | 11001 | 1110 | 1001010 | 101011 |
Color Harmonies of #BF441D
Complementary color
Monochromatic Colors of #BF441D
Black with #BF441D
Text Example
Text Example
White with #BF441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF441D; }
p { color: rgb(191,68,29); }
H1.HeaderClassName
{
color: #BF441D;
}
.AnyTagClassName
{
color: #BF441D;
}
</style>
background-color css
<style>
a { background-color: #BF441D; }
a { background-color: rgb(191,68,29); }
div.DivClassName
{
background-color: #BF441D;
}
.BgClassName
{
background-color: #BF441D;
}
</style>
border-color css
<style>
span { border-color: #BF441D; }
span { border-color: rgb(191,68,29); }
td.TdClassName
{
border-color: #BF441D;
}
.TagClassName
{
border-color: #BF441D;
}
</style>