Shades of Rust #BF4A01
Tints of Rust #BF4A01
RGB
CMYK
RGB Variations
Color information
#BF4A01 (or 0xBF4A01) is known color: Rust. HEX triplet: BF, 4A and 01. RGB value is (191,74,1). Sum of RGB (Red+Green+Blue) = 191+74+1=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A01 is #40B5FE. Grayscale: #656565. Windows color (decimal): -4240895 or 84671. OLE color: 84671.
HSL color Cylindrical-coordinate representation of color #BF4A01: hue angle of 23.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF4A01 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.25 |
| HSL | 23.05º | 0.99% | 0.38% | - |
| HSV(B) | 23.05º | 0.99% | 0.75% | - |
| XYZ | 23.94 | 15.98 | 1.85 | - |
| YUV | 100.66 | 71.76 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 1 | 0 | 0.61 | 0.99 | 0.25 | 23.05 | 0.99 | 0.38 |
| Hex | BF | 4A | 1 | 0 | 3D | 63 | 19 | 17 | 63 | 26 |
| Octal | 277 | 112 | 1 | 0 | 75 | 143 | 31 | 27 | 143 | 46 |
| Binary | 10111111 | 1001010 | 1 | 0 | 111101 | 1100011 | 11001 | 10111 | 1100011 | 100110 |
Color Harmonies of #BF4A01
Complementary color
Monochromatic Colors of #BF4A01
Black with #BF4A01
Text Example
Text Example
White with #BF4A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A01; }
p { color: rgb(191,74,1); }
H1.HeaderClassName
{
color: #BF4A01;
}
.AnyTagClassName
{
color: #BF4A01;
}
</style>
background-color css
<style>
a { background-color: #BF4A01; }
a { background-color: rgb(191,74,1); }
div.DivClassName
{
background-color: #BF4A01;
}
.BgClassName
{
background-color: #BF4A01;
}
</style>
border-color css
<style>
span { border-color: #BF4A01; }
span { border-color: rgb(191,74,1); }
td.TdClassName
{
border-color: #BF4A01;
}
.TagClassName
{
border-color: #BF4A01;
}
</style>