Shades of Rust #BF430E
Tints of Rust #BF430E
RGB
CMYK
RGB Variations
Color information
#BF430E (or 0xBF430E) is known color: Rust. HEX triplet: BF, 43 and 0E. RGB value is (191,67,14). Sum of RGB (Red+Green+Blue) = 191+67+14=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF430E is #40BCF1. Grayscale: #626262. Windows color (decimal): -4242674 or 934847. OLE color: 934847.
HSL color Cylindrical-coordinate representation of color #BF430E: hue angle of 17.97º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF430E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 14 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.25 |
| HSL | 17.97º | 0.86% | 0.4% | - |
| HSV(B) | 17.97º | 0.93% | 0.75% | - |
| XYZ | 23.57 | 15.12 | 2.09 | - |
| YUV | 98.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 14 | 0 | 0.65 | 0.93 | 0.25 | 17.97 | 0.86 | 0.4 |
| Hex | BF | 43 | E | 0 | 41 | 5D | 19 | 12 | 56 | 28 |
| Octal | 277 | 103 | 16 | 0 | 101 | 135 | 31 | 22 | 126 | 50 |
| Binary | 10111111 | 1000011 | 1110 | 0 | 1000001 | 1011101 | 11001 | 10010 | 1010110 | 101000 |
Color Harmonies of #BF430E
Complementary color
Monochromatic Colors of #BF430E
Black with #BF430E
Text Example
Text Example
White with #BF430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF430E; }
p { color: rgb(191,67,14); }
H1.HeaderClassName
{
color: #BF430E;
}
.AnyTagClassName
{
color: #BF430E;
}
</style>
background-color css
<style>
a { background-color: #BF430E; }
a { background-color: rgb(191,67,14); }
div.DivClassName
{
background-color: #BF430E;
}
.BgClassName
{
background-color: #BF430E;
}
</style>
border-color css
<style>
span { border-color: #BF430E; }
span { border-color: rgb(191,67,14); }
td.TdClassName
{
border-color: #BF430E;
}
.TagClassName
{
border-color: #BF430E;
}
</style>