Shades of Rust #BE3D12
Tints of Rust #BE3D12
RGB
CMYK
RGB Variations
Color information
#BE3D12 (or 0xBE3D12) is known color: Rust. HEX triplet: BE, 3D and 12. RGB value is (190,61,18). Sum of RGB (Red+Green+Blue) = 190+61+18=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D12 is #41C2ED. Grayscale: #5E5E5E. Windows color (decimal): -4309742 or 1195454. OLE color: 1195454.
HSL color Cylindrical-coordinate representation of color #BE3D12: hue angle of 15º 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 #BE3D12 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 61 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.25 |
| HSL | 15º | 0.83% | 0.41% | - |
| HSV(B) | 15º | 0.91% | 0.75% | - |
| XYZ | 23.01 | 14.33 | 2.12 | - |
| YUV | 94.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 61 | 18 | 0 | 0.68 | 0.91 | 0.25 | 15 | 0.83 | 0.41 |
| Hex | BE | 3D | 12 | 0 | 44 | 5B | 19 | F | 53 | 29 |
| Octal | 276 | 75 | 22 | 0 | 104 | 133 | 31 | 17 | 123 | 51 |
| Binary | 10111110 | 111101 | 10010 | 0 | 1000100 | 1011011 | 11001 | 1111 | 1010011 | 101001 |
Color Harmonies of #BE3D12
Complementary color
Monochromatic Colors of #BE3D12
Black with #BE3D12
Text Example
Text Example
White with #BE3D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3D12; }
p { color: rgb(190,61,18); }
H1.HeaderClassName
{
color: #BE3D12;
}
.AnyTagClassName
{
color: #BE3D12;
}
</style>
background-color css
<style>
a { background-color: #BE3D12; }
a { background-color: rgb(190,61,18); }
div.DivClassName
{
background-color: #BE3D12;
}
.BgClassName
{
background-color: #BE3D12;
}
</style>
border-color css
<style>
span { border-color: #BE3D12; }
span { border-color: rgb(190,61,18); }
td.TdClassName
{
border-color: #BE3D12;
}
.TagClassName
{
border-color: #BE3D12;
}
</style>