Shades of Rust #BF430D
Tints of Rust #BF430D
RGB
CMYK
RGB Variations
Color information
#BF430D (or 0xBF430D) is known color: Rust. HEX triplet: BF, 43 and 0D. RGB value is (191,67,13). Sum of RGB (Red+Green+Blue) = 191+67+13=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF430D is #40BCF2. Grayscale: #626262. Windows color (decimal): -4242675 or 869311. OLE color: 869311.
HSL color Cylindrical-coordinate representation of color #BF430D: hue angle of 18.2º degrees, saturation: 0.87, 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 #BF430D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.25 |
| HSL | 18.2º | 0.87% | 0.4% | - |
| HSV(B) | 18.2º | 0.93% | 0.75% | - |
| XYZ | 23.57 | 15.12 | 2.06 | - |
| YUV | 97.92 | 80.08 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 13 | 0 | 0.65 | 0.93 | 0.25 | 18.2 | 0.87 | 0.4 |
| Hex | BF | 43 | D | 0 | 41 | 5D | 19 | 12 | 57 | 28 |
| Octal | 277 | 103 | 15 | 0 | 101 | 135 | 31 | 22 | 127 | 50 |
| Binary | 10111111 | 1000011 | 1101 | 0 | 1000001 | 1011101 | 11001 | 10010 | 1010111 | 101000 |
Color Harmonies of #BF430D
Complementary color
Monochromatic Colors of #BF430D
Black with #BF430D
Text Example
Text Example
White with #BF430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF430D; }
p { color: rgb(191,67,13); }
H1.HeaderClassName
{
color: #BF430D;
}
.AnyTagClassName
{
color: #BF430D;
}
</style>
background-color css
<style>
a { background-color: #BF430D; }
a { background-color: rgb(191,67,13); }
div.DivClassName
{
background-color: #BF430D;
}
.BgClassName
{
background-color: #BF430D;
}
</style>
border-color css
<style>
span { border-color: #BF430D; }
span { border-color: rgb(191,67,13); }
td.TdClassName
{
border-color: #BF430D;
}
.TagClassName
{
border-color: #BF430D;
}
</style>