Shades of Rust #BE430C
Tints of Rust #BE430C
RGB
CMYK
RGB Variations
Color information
#BE430C (or 0xBE430C) is known color: Rust. HEX triplet: BE, 43 and 0C. RGB value is (190,67,12). Sum of RGB (Red+Green+Blue) = 190+67+12=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE430C is #41BCF3. Grayscale: #616161. Windows color (decimal): -4308212 or 803774. OLE color: 803774.
HSL color Cylindrical-coordinate representation of color #BE430C: hue angle of 18.54º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE430C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 67 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.25 |
| HSL | 18.54º | 0.88% | 0.4% | - |
| HSV(B) | 18.54º | 0.94% | 0.75% | - |
| XYZ | 23.31 | 14.99 | 2.01 | - |
| YUV | 97.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 12 | 0 | 0.65 | 0.94 | 0.25 | 18.54 | 0.88 | 0.4 |
| Hex | BE | 43 | C | 0 | 41 | 5E | 19 | 13 | 58 | 28 |
| Octal | 276 | 103 | 14 | 0 | 101 | 136 | 31 | 23 | 130 | 50 |
| Binary | 10111110 | 1000011 | 1100 | 0 | 1000001 | 1011110 | 11001 | 10011 | 1011000 | 101000 |
Color Harmonies of #BE430C
Complementary color
Monochromatic Colors of #BE430C
Black with #BE430C
Text Example
Text Example
White with #BE430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE430C; }
p { color: rgb(190,67,12); }
H1.HeaderClassName
{
color: #BE430C;
}
.AnyTagClassName
{
color: #BE430C;
}
</style>
background-color css
<style>
a { background-color: #BE430C; }
a { background-color: rgb(190,67,12); }
div.DivClassName
{
background-color: #BE430C;
}
.BgClassName
{
background-color: #BE430C;
}
</style>
border-color css
<style>
span { border-color: #BE430C; }
span { border-color: rgb(190,67,12); }
td.TdClassName
{
border-color: #BE430C;
}
.TagClassName
{
border-color: #BE430C;
}
</style>