Shades of Rust #BF4A0A
Tints of Rust #BF4A0A
RGB
CMYK
RGB Variations
Color information
#BF4A0A (or 0xBF4A0A) is known color: Rust. HEX triplet: BF, 4A and 0A. RGB value is (191,74,10). Sum of RGB (Red+Green+Blue) = 191+74+10=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A0A is #40B5F5. Grayscale: #666666. Windows color (decimal): -4240886 or 674495. OLE color: 674495.
HSL color Cylindrical-coordinate representation of color #BF4A0A: hue angle of 21.22º 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 #BF4A0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.25 |
| HSL | 21.22º | 0.9% | 0.39% | - |
| HSV(B) | 21.22º | 0.95% | 0.75% | - |
| XYZ | 23.99 | 16 | 2.11 | - |
| YUV | 101.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 10 | 0 | 0.61 | 0.95 | 0.25 | 21.22 | 0.9 | 0.39 |
| Hex | BF | 4A | A | 0 | 3D | 5F | 19 | 15 | 5A | 27 |
| Octal | 277 | 112 | 12 | 0 | 75 | 137 | 31 | 25 | 132 | 47 |
| Binary | 10111111 | 1001010 | 1010 | 0 | 111101 | 1011111 | 11001 | 10101 | 1011010 | 100111 |
Color Harmonies of #BF4A0A
Complementary color
Monochromatic Colors of #BF4A0A
Black with #BF4A0A
Text Example
Text Example
White with #BF4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A0A; }
p { color: rgb(191,74,10); }
H1.HeaderClassName
{
color: #BF4A0A;
}
.AnyTagClassName
{
color: #BF4A0A;
}
</style>
background-color css
<style>
a { background-color: #BF4A0A; }
a { background-color: rgb(191,74,10); }
div.DivClassName
{
background-color: #BF4A0A;
}
.BgClassName
{
background-color: #BF4A0A;
}
</style>
border-color css
<style>
span { border-color: #BF4A0A; }
span { border-color: rgb(191,74,10); }
td.TdClassName
{
border-color: #BF4A0A;
}
.TagClassName
{
border-color: #BF4A0A;
}
</style>