Shades of Rust #BE3C07
Tints of Rust #BE3C07
RGB
CMYK
RGB Variations
Color information
#BE3C07 (or 0xBE3C07) is known color: Rust. HEX triplet: BE, 3C and 07. RGB value is (190,60,7). Sum of RGB (Red+Green+Blue) = 190+60+7=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C07 is #41C3F8. Grayscale: #5D5D5D. Windows color (decimal): -4310009 or 474302. OLE color: 474302.
HSL color Cylindrical-coordinate representation of color #BE3C07: hue angle of 17.38º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE3C07 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.25 |
| HSL | 17.38º | 0.93% | 0.39% | - |
| HSV(B) | 17.38º | 0.96% | 0.75% | - |
| XYZ | 22.89 | 14.19 | 1.73 | - |
| YUV | 92.83 | 79.57 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 7 | 0 | 0.68 | 0.96 | 0.25 | 17.38 | 0.93 | 0.39 |
| Hex | BE | 3C | 7 | 0 | 44 | 60 | 19 | 11 | 5D | 27 |
| Octal | 276 | 74 | 7 | 0 | 104 | 140 | 31 | 21 | 135 | 47 |
| Binary | 10111110 | 111100 | 111 | 0 | 1000100 | 1100000 | 11001 | 10001 | 1011101 | 100111 |
Color Harmonies of #BE3C07
Complementary color
Monochromatic Colors of #BE3C07
Black with #BE3C07
Text Example
Text Example
White with #BE3C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C07; }
p { color: rgb(190,60,7); }
H1.HeaderClassName
{
color: #BE3C07;
}
.AnyTagClassName
{
color: #BE3C07;
}
</style>
background-color css
<style>
a { background-color: #BE3C07; }
a { background-color: rgb(190,60,7); }
div.DivClassName
{
background-color: #BE3C07;
}
.BgClassName
{
background-color: #BE3C07;
}
</style>
border-color css
<style>
span { border-color: #BE3C07; }
span { border-color: rgb(190,60,7); }
td.TdClassName
{
border-color: #BE3C07;
}
.TagClassName
{
border-color: #BE3C07;
}
</style>