Shades of Rust #BE3E12
Tints of Rust #BE3E12
RGB
CMYK
RGB Variations
Color information
#BE3E12 (or 0xBE3E12) is known color: Rust. HEX triplet: BE, 3E and 12. RGB value is (190,62,18). Sum of RGB (Red+Green+Blue) = 190+62+18=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E12 is #41C1ED. Grayscale: #5F5F5F. Windows color (decimal): -4309486 or 1195710. OLE color: 1195710.
HSL color Cylindrical-coordinate representation of color #BE3E12: hue angle of 15.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE3E12 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.25 |
| HSL | 15.35º | 0.83% | 0.41% | - |
| HSV(B) | 15.35º | 0.91% | 0.75% | - |
| XYZ | 23.07 | 14.44 | 2.14 | - |
| YUV | 95.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 18 | 0 | 0.67 | 0.91 | 0.25 | 15.35 | 0.83 | 0.41 |
| Hex | BE | 3E | 12 | 0 | 43 | 5B | 19 | F | 53 | 29 |
| Octal | 276 | 76 | 22 | 0 | 103 | 133 | 31 | 17 | 123 | 51 |
| Binary | 10111110 | 111110 | 10010 | 0 | 1000011 | 1011011 | 11001 | 1111 | 1010011 | 101001 |
Color Harmonies of #BE3E12
Complementary color
Monochromatic Colors of #BE3E12
Black with #BE3E12
Text Example
Text Example
White with #BE3E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E12; }
p { color: rgb(190,62,18); }
H1.HeaderClassName
{
color: #BE3E12;
}
.AnyTagClassName
{
color: #BE3E12;
}
</style>
background-color css
<style>
a { background-color: #BE3E12; }
a { background-color: rgb(190,62,18); }
div.DivClassName
{
background-color: #BE3E12;
}
.BgClassName
{
background-color: #BE3E12;
}
</style>
border-color css
<style>
span { border-color: #BE3E12; }
span { border-color: rgb(190,62,18); }
td.TdClassName
{
border-color: #BE3E12;
}
.TagClassName
{
border-color: #BE3E12;
}
</style>