Shades of Rust #BF411A
Tints of Rust #BF411A
RGB
CMYK
RGB Variations
Color information
#BF411A (or 0xBF411A) is known color: Rust. HEX triplet: BF, 41 and 1A. RGB value is (191,65,26). Sum of RGB (Red+Green+Blue) = 191+65+26=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF411A is #40BEE5. Grayscale: #626262. Windows color (decimal): -4243174 or 1720767. OLE color: 1720767.
HSL color Cylindrical-coordinate representation of color #BF411A: hue angle of 14.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF411A is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 26 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.25 |
| HSL | 14.18º | 0.76% | 0.43% | - |
| HSV(B) | 14.18º | 0.86% | 0.75% | - |
| XYZ | 23.56 | 14.93 | 2.62 | - |
| YUV | 98.23 | 87.24 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 26 | 0 | 0.66 | 0.86 | 0.25 | 14.18 | 0.76 | 0.43 |
| Hex | BF | 41 | 1A | 0 | 42 | 56 | 19 | E | 4C | 2B |
| Octal | 277 | 101 | 32 | 0 | 102 | 126 | 31 | 16 | 114 | 53 |
| Binary | 10111111 | 1000001 | 11010 | 0 | 1000010 | 1010110 | 11001 | 1110 | 1001100 | 101011 |
Color Harmonies of #BF411A
Complementary color
Monochromatic Colors of #BF411A
Black with #BF411A
Text Example
Text Example
White with #BF411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF411A; }
p { color: rgb(191,65,26); }
H1.HeaderClassName
{
color: #BF411A;
}
.AnyTagClassName
{
color: #BF411A;
}
</style>
background-color css
<style>
a { background-color: #BF411A; }
a { background-color: rgb(191,65,26); }
div.DivClassName
{
background-color: #BF411A;
}
.BgClassName
{
background-color: #BF411A;
}
</style>
border-color css
<style>
span { border-color: #BF411A; }
span { border-color: rgb(191,65,26); }
td.TdClassName
{
border-color: #BF411A;
}
.TagClassName
{
border-color: #BF411A;
}
</style>