Shades of Rust #BF4308
Tints of Rust #BF4308
RGB
CMYK
RGB Variations
Color information
#BF4308 (or 0xBF4308) is known color: Rust. HEX triplet: BF, 43 and 08. RGB value is (191,67,8). Sum of RGB (Red+Green+Blue) = 191+67+8=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4308 is #40BCF7. Grayscale: #616161. Windows color (decimal): -4242680 or 541631. OLE color: 541631.
HSL color Cylindrical-coordinate representation of color #BF4308: hue angle of 19.34º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF4308 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.25 |
| HSL | 19.34º | 0.92% | 0.39% | - |
| HSV(B) | 19.34º | 0.96% | 0.75% | - |
| XYZ | 23.54 | 15.11 | 1.91 | - |
| YUV | 97.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 8 | 0 | 0.65 | 0.96 | 0.25 | 19.34 | 0.92 | 0.39 |
| Hex | BF | 43 | 8 | 0 | 41 | 60 | 19 | 13 | 5C | 27 |
| Octal | 277 | 103 | 10 | 0 | 101 | 140 | 31 | 23 | 134 | 47 |
| Binary | 10111111 | 1000011 | 1000 | 0 | 1000001 | 1100000 | 11001 | 10011 | 1011100 | 100111 |
Color Harmonies of #BF4308
Complementary color
Monochromatic Colors of #BF4308
Black with #BF4308
Text Example
Text Example
White with #BF4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4308; }
p { color: rgb(191,67,8); }
H1.HeaderClassName
{
color: #BF4308;
}
.AnyTagClassName
{
color: #BF4308;
}
</style>
background-color css
<style>
a { background-color: #BF4308; }
a { background-color: rgb(191,67,8); }
div.DivClassName
{
background-color: #BF4308;
}
.BgClassName
{
background-color: #BF4308;
}
</style>
border-color css
<style>
span { border-color: #BF4308; }
span { border-color: rgb(191,67,8); }
td.TdClassName
{
border-color: #BF4308;
}
.TagClassName
{
border-color: #BF4308;
}
</style>