Shades of Rust #BE3C13
Tints of Rust #BE3C13
RGB
CMYK
RGB Variations
Color information
#BE3C13 (or 0xBE3C13) is known color: Rust. HEX triplet: BE, 3C and 13. RGB value is (190,60,19). Sum of RGB (Red+Green+Blue) = 190+60+19=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C13 is #41C3EC. Grayscale: #5E5E5E. Windows color (decimal): -4309997 or 1260734. OLE color: 1260734.
HSL color Cylindrical-coordinate representation of color #BE3C13: hue angle of 14.39º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE3C13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.25 |
| HSL | 14.39º | 0.82% | 0.41% | - |
| HSV(B) | 14.39º | 0.9% | 0.75% | - |
| XYZ | 22.97 | 14.23 | 2.15 | - |
| YUV | 94.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 19 | 0 | 0.68 | 0.90 | 0.25 | 14.39 | 0.82 | 0.41 |
| Hex | BE | 3C | 13 | 0 | 44 | 5A | 19 | E | 52 | 29 |
| Octal | 276 | 74 | 23 | 0 | 104 | 132 | 31 | 16 | 122 | 51 |
| Binary | 10111110 | 111100 | 10011 | 0 | 1000100 | 1011010 | 11001 | 1110 | 1010010 | 101001 |
Color Harmonies of #BE3C13
Complementary color
Monochromatic Colors of #BE3C13
Black with #BE3C13
Text Example
Text Example
White with #BE3C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C13; }
p { color: rgb(190,60,19); }
H1.HeaderClassName
{
color: #BE3C13;
}
.AnyTagClassName
{
color: #BE3C13;
}
</style>
background-color css
<style>
a { background-color: #BE3C13; }
a { background-color: rgb(190,60,19); }
div.DivClassName
{
background-color: #BE3C13;
}
.BgClassName
{
background-color: #BE3C13;
}
</style>
border-color css
<style>
span { border-color: #BE3C13; }
span { border-color: rgb(190,60,19); }
td.TdClassName
{
border-color: #BE3C13;
}
.TagClassName
{
border-color: #BE3C13;
}
</style>