Shades of Rust #BE430F
Tints of Rust #BE430F
RGB
CMYK
RGB Variations
Color information
#BE430F (or 0xBE430F) is known color: Rust. HEX triplet: BE, 43 and 0F. RGB value is (190,67,15). Sum of RGB (Red+Green+Blue) = 190+67+15=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE430F is #41BCF0. Grayscale: #626262. Windows color (decimal): -4308209 or 1000382. OLE color: 1000382.
HSL color Cylindrical-coordinate representation of color #BE430F: hue angle of 17.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE430F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.25 |
| HSL | 17.83º | 0.85% | 0.4% | - |
| HSV(B) | 17.83º | 0.92% | 0.75% | - |
| XYZ | 23.33 | 15 | 2.12 | - |
| YUV | 97.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 15 | 0 | 0.65 | 0.92 | 0.25 | 17.83 | 0.85 | 0.4 |
| Hex | BE | 43 | F | 0 | 41 | 5C | 19 | 12 | 55 | 28 |
| Octal | 276 | 103 | 17 | 0 | 101 | 134 | 31 | 22 | 125 | 50 |
| Binary | 10111110 | 1000011 | 1111 | 0 | 1000001 | 1011100 | 11001 | 10010 | 1010101 | 101000 |
Color Harmonies of #BE430F
Complementary color
Monochromatic Colors of #BE430F
Black with #BE430F
Text Example
Text Example
White with #BE430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE430F; }
p { color: rgb(190,67,15); }
H1.HeaderClassName
{
color: #BE430F;
}
.AnyTagClassName
{
color: #BE430F;
}
</style>
background-color css
<style>
a { background-color: #BE430F; }
a { background-color: rgb(190,67,15); }
div.DivClassName
{
background-color: #BE430F;
}
.BgClassName
{
background-color: #BE430F;
}
</style>
border-color css
<style>
span { border-color: #BE430F; }
span { border-color: rgb(190,67,15); }
td.TdClassName
{
border-color: #BE430F;
}
.TagClassName
{
border-color: #BE430F;
}
</style>