Shades of Rust #BF450A
Tints of Rust #BF450A
RGB
CMYK
RGB Variations
Color information
#BF450A (or 0xBF450A) is known color: Rust. HEX triplet: BF, 45 and 0A. RGB value is (191,69,10). Sum of RGB (Red+Green+Blue) = 191+69+10=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF450A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF450A is #40BAF5. Grayscale: #636363. Windows color (decimal): -4242166 or 673215. OLE color: 673215.
HSL color Cylindrical-coordinate representation of color #BF450A: hue angle of 19.56º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF450A is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 10 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.25 |
| HSL | 19.56º | 0.9% | 0.39% | - |
| HSV(B) | 19.56º | 0.95% | 0.75% | - |
| XYZ | 23.67 | 15.35 | 2 | - |
| YUV | 98.75 | 77.92 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 10 | 0 | 0.64 | 0.95 | 0.25 | 19.56 | 0.9 | 0.39 |
| Hex | BF | 45 | A | 0 | 40 | 5F | 19 | 14 | 5A | 27 |
| Octal | 277 | 105 | 12 | 0 | 100 | 137 | 31 | 24 | 132 | 47 |
| Binary | 10111111 | 1000101 | 1010 | 0 | 1000000 | 1011111 | 11001 | 10100 | 1011010 | 100111 |
Color Harmonies of #BF450A
Complementary color
Monochromatic Colors of #BF450A
Black with #BF450A
Text Example
Text Example
White with #BF450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF450A; }
p { color: rgb(191,69,10); }
H1.HeaderClassName
{
color: #BF450A;
}
.AnyTagClassName
{
color: #BF450A;
}
</style>
background-color css
<style>
a { background-color: #BF450A; }
a { background-color: rgb(191,69,10); }
div.DivClassName
{
background-color: #BF450A;
}
.BgClassName
{
background-color: #BF450A;
}
</style>
border-color css
<style>
span { border-color: #BF450A; }
span { border-color: rgb(191,69,10); }
td.TdClassName
{
border-color: #BF450A;
}
.TagClassName
{
border-color: #BF450A;
}
</style>