Shades of Rust #BE3C05
Tints of Rust #BE3C05
RGB
CMYK
RGB Variations
Color information
#BE3C05 (or 0xBE3C05) is known color: Rust. HEX triplet: BE, 3C and 05. RGB value is (190,60,5). Sum of RGB (Red+Green+Blue) = 190+60+5=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C05 is #41C3FA. Grayscale: #5C5C5C. Windows color (decimal): -4310011 or 343230. OLE color: 343230.
HSL color Cylindrical-coordinate representation of color #BE3C05: hue angle of 17.84º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE3C05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.25 |
| HSL | 17.84º | 0.95% | 0.38% | - |
| HSV(B) | 17.84º | 0.97% | 0.75% | - |
| XYZ | 22.88 | 14.19 | 1.68 | - |
| YUV | 92.6 | 78.57 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 5 | 0 | 0.68 | 0.97 | 0.25 | 17.84 | 0.95 | 0.38 |
| Hex | BE | 3C | 5 | 0 | 44 | 61 | 19 | 12 | 5F | 26 |
| Octal | 276 | 74 | 5 | 0 | 104 | 141 | 31 | 22 | 137 | 46 |
| Binary | 10111110 | 111100 | 101 | 0 | 1000100 | 1100001 | 11001 | 10010 | 1011111 | 100110 |
Color Harmonies of #BE3C05
Complementary color
Monochromatic Colors of #BE3C05
Black with #BE3C05
Text Example
Text Example
White with #BE3C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C05; }
p { color: rgb(190,60,5); }
H1.HeaderClassName
{
color: #BE3C05;
}
.AnyTagClassName
{
color: #BE3C05;
}
</style>
background-color css
<style>
a { background-color: #BE3C05; }
a { background-color: rgb(190,60,5); }
div.DivClassName
{
background-color: #BE3C05;
}
.BgClassName
{
background-color: #BE3C05;
}
</style>
border-color css
<style>
span { border-color: #BE3C05; }
span { border-color: rgb(190,60,5); }
td.TdClassName
{
border-color: #BE3C05;
}
.TagClassName
{
border-color: #BE3C05;
}
</style>