Shades of Rust #BF4D0D
Tints of Rust #BF4D0D
RGB
CMYK
RGB Variations
Color information
#BF4D0D (or 0xBF4D0D) is known color: Rust. HEX triplet: BF, 4D and 0D. RGB value is (191,77,13). Sum of RGB (Red+Green+Blue) = 191+77+13=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D0D is #40B2F2. Grayscale: #686868. Windows color (decimal): -4240115 or 871871. OLE color: 871871.
HSL color Cylindrical-coordinate representation of color #BF4D0D: hue angle of 21.57º 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 #BF4D0D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 77 | 13 | - |
CMYK | 0 | 0.60 | 0.93 | 0.25 |
HSL | 21.57º | 0.87% | 0.4% | - |
HSV(B) | 21.57º | 0.93% | 0.75% | - |
XYZ | 24.21 | 16.41 | 2.27 | - |
YUV | 103.79 | 76.77 | 190.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 77 | 13 | 0 | 0.60 | 0.93 | 0.25 | 21.57 | 0.87 | 0.4 |
Hex | BF | 4D | D | 0 | 3C | 5D | 19 | 16 | 57 | 28 |
Octal | 277 | 115 | 15 | 0 | 74 | 135 | 31 | 26 | 127 | 50 |
Binary | 10111111 | 1001101 | 1101 | 0 | 111100 | 1011101 | 11001 | 10110 | 1010111 | 101000 |
Color Harmonies of #BF4D0D
Complementary color
Monochromatic Colors of #BF4D0D
Black with #BF4D0D
Text Example
Text Example
White with #BF4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D0D; }
p { color: rgb(191,77,13); }
H1.HeaderClassName
{
color: #BF4D0D;
}
.AnyTagClassName
{
color: #BF4D0D;
}
</style>
background-color css
<style>
a { background-color: #BF4D0D; }
a { background-color: rgb(191,77,13); }
div.DivClassName
{
background-color: #BF4D0D;
}
.BgClassName
{
background-color: #BF4D0D;
}
</style>
border-color css
<style>
span { border-color: #BF4D0D; }
span { border-color: rgb(191,77,13); }
td.TdClassName
{
border-color: #BF4D0D;
}
.TagClassName
{
border-color: #BF4D0D;
}
</style>