Shades of Rust #BF4319
Tints of Rust #BF4319
RGB
CMYK
RGB Variations
Color information
#BF4319 (or 0xBF4319) is known color: Rust. HEX triplet: BF, 43 and 19. RGB value is (191,67,25). Sum of RGB (Red+Green+Blue) = 191+67+25=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4319 is #40BCE6. Grayscale: #636363. Windows color (decimal): -4242663 or 1655743. OLE color: 1655743.
HSL color Cylindrical-coordinate representation of color #BF4319: hue angle of 15.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF4319 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.25 |
| HSL | 15.18º | 0.77% | 0.42% | - |
| HSV(B) | 15.18º | 0.87% | 0.75% | - |
| XYZ | 23.67 | 15.16 | 2.6 | - |
| YUV | 99.29 | 86.08 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 25 | 0 | 0.65 | 0.87 | 0.25 | 15.18 | 0.77 | 0.42 |
| Hex | BF | 43 | 19 | 0 | 41 | 57 | 19 | F | 4D | 2A |
| Octal | 277 | 103 | 31 | 0 | 101 | 127 | 31 | 17 | 115 | 52 |
| Binary | 10111111 | 1000011 | 11001 | 0 | 1000001 | 1010111 | 11001 | 1111 | 1001101 | 101010 |
Color Harmonies of #BF4319
Complementary color
Monochromatic Colors of #BF4319
Black with #BF4319
Text Example
Text Example
White with #BF4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4319; }
p { color: rgb(191,67,25); }
H1.HeaderClassName
{
color: #BF4319;
}
.AnyTagClassName
{
color: #BF4319;
}
</style>
background-color css
<style>
a { background-color: #BF4319; }
a { background-color: rgb(191,67,25); }
div.DivClassName
{
background-color: #BF4319;
}
.BgClassName
{
background-color: #BF4319;
}
</style>
border-color css
<style>
span { border-color: #BF4319; }
span { border-color: rgb(191,67,25); }
td.TdClassName
{
border-color: #BF4319;
}
.TagClassName
{
border-color: #BF4319;
}
</style>