Shades of Rust #BE3D0A
Tints of Rust #BE3D0A
RGB
CMYK
RGB Variations
Color information
#BE3D0A (or 0xBE3D0A) is known color: Rust. HEX triplet: BE, 3D and 0A. RGB value is (190,61,10). Sum of RGB (Red+Green+Blue) = 190+61+10=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D0A is #41C2F5. Grayscale: #5E5E5E. Windows color (decimal): -4309750 or 671166. OLE color: 671166.
HSL color Cylindrical-coordinate representation of color #BE3D0A: hue angle of 17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE3D0A is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 10 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.25 |
| HSL | 17º | 0.9% | 0.39% | - |
| HSV(B) | 17º | 0.95% | 0.75% | - |
| XYZ | 22.96 | 14.31 | 1.84 | - |
| YUV | 93.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 10 | 0 | 0.68 | 0.95 | 0.25 | 17 | 0.9 | 0.39 |
| Hex | BE | 3D | A | 0 | 44 | 5F | 19 | 11 | 5A | 27 |
| Octal | 276 | 75 | 12 | 0 | 104 | 137 | 31 | 21 | 132 | 47 |
| Binary | 10111110 | 111101 | 1010 | 0 | 1000100 | 1011111 | 11001 | 10001 | 1011010 | 100111 |
Color Harmonies of #BE3D0A
Complementary color
Monochromatic Colors of #BE3D0A
Black with #BE3D0A
Text Example
Text Example
White with #BE3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D0A; }
p { color: rgb(190,61,10); }
H1.HeaderClassName
{
color: #BE3D0A;
}
.AnyTagClassName
{
color: #BE3D0A;
}
</style>
background-color css
<style>
a { background-color: #BE3D0A; }
a { background-color: rgb(190,61,10); }
div.DivClassName
{
background-color: #BE3D0A;
}
.BgClassName
{
background-color: #BE3D0A;
}
</style>
border-color css
<style>
span { border-color: #BE3D0A; }
span { border-color: rgb(190,61,10); }
td.TdClassName
{
border-color: #BE3D0A;
}
.TagClassName
{
border-color: #BE3D0A;
}
</style>