Shades of Rust #BE3E18
Tints of Rust #BE3E18
RGB
CMYK
RGB Variations
Color information
#BE3E18 (or 0xBE3E18) is known color: Rust. HEX triplet: BE, 3E and 18. RGB value is (190,62,24). Sum of RGB (Red+Green+Blue) = 190+62+24=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3E18 is #41C1E7. Grayscale: #606060. Windows color (decimal): -4309480 or 1588926. OLE color: 1588926.
HSL color Cylindrical-coordinate representation of color #BE3E18: hue angle of 13.73º 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 #BE3E18 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 24 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.25 |
| HSL | 13.73º | 0.78% | 0.42% | - |
| HSV(B) | 13.73º | 0.87% | 0.75% | - |
| XYZ | 23.12 | 14.46 | 2.44 | - |
| YUV | 95.94 | 87.41 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 24 | 0 | 0.67 | 0.87 | 0.25 | 13.73 | 0.78 | 0.42 |
| Hex | BE | 3E | 18 | 0 | 43 | 57 | 19 | E | 4E | 2A |
| Octal | 276 | 76 | 30 | 0 | 103 | 127 | 31 | 16 | 116 | 52 |
| Binary | 10111110 | 111110 | 11000 | 0 | 1000011 | 1010111 | 11001 | 1110 | 1001110 | 101010 |
Color Harmonies of #BE3E18
Complementary color
Monochromatic Colors of #BE3E18
Black with #BE3E18
Text Example
Text Example
White with #BE3E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E18; }
p { color: rgb(190,62,24); }
H1.HeaderClassName
{
color: #BE3E18;
}
.AnyTagClassName
{
color: #BE3E18;
}
</style>
background-color css
<style>
a { background-color: #BE3E18; }
a { background-color: rgb(190,62,24); }
div.DivClassName
{
background-color: #BE3E18;
}
.BgClassName
{
background-color: #BE3E18;
}
</style>
border-color css
<style>
span { border-color: #BE3E18; }
span { border-color: rgb(190,62,24); }
td.TdClassName
{
border-color: #BE3E18;
}
.TagClassName
{
border-color: #BE3E18;
}
</style>