Shades of Rust #BE3F18
Tints of Rust #BE3F18
RGB
CMYK
RGB Variations
Color information
#BE3F18 (or 0xBE3F18) is known color: Rust. HEX triplet: BE, 3F and 18. RGB value is (190,63,24). Sum of RGB (Red+Green+Blue) = 190+63+24=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3F18 is #41C0E7. Grayscale: #606060. Windows color (decimal): -4309224 or 1589182. OLE color: 1589182.
HSL color Cylindrical-coordinate representation of color #BE3F18: hue angle of 14.1º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE3F18 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 24 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.25 |
| HSL | 14.1º | 0.78% | 0.42% | - |
| HSV(B) | 14.1º | 0.87% | 0.75% | - |
| XYZ | 23.18 | 14.57 | 2.45 | - |
| YUV | 96.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 24 | 0 | 0.67 | 0.87 | 0.25 | 14.1 | 0.78 | 0.42 |
| Hex | BE | 3F | 18 | 0 | 43 | 57 | 19 | E | 4E | 2A |
| Octal | 276 | 77 | 30 | 0 | 103 | 127 | 31 | 16 | 116 | 52 |
| Binary | 10111110 | 111111 | 11000 | 0 | 1000011 | 1010111 | 11001 | 1110 | 1001110 | 101010 |
Color Harmonies of #BE3F18
Complementary color
Monochromatic Colors of #BE3F18
Black with #BE3F18
Text Example
Text Example
White with #BE3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F18; }
p { color: rgb(190,63,24); }
H1.HeaderClassName
{
color: #BE3F18;
}
.AnyTagClassName
{
color: #BE3F18;
}
</style>
background-color css
<style>
a { background-color: #BE3F18; }
a { background-color: rgb(190,63,24); }
div.DivClassName
{
background-color: #BE3F18;
}
.BgClassName
{
background-color: #BE3F18;
}
</style>
border-color css
<style>
span { border-color: #BE3F18; }
span { border-color: rgb(190,63,24); }
td.TdClassName
{
border-color: #BE3F18;
}
.TagClassName
{
border-color: #BE3F18;
}
</style>