Shades of Rust #BE450D
Tints of Rust #BE450D
RGB
CMYK
RGB Variations
Color information
#BE450D (or 0xBE450D) is known color: Rust. HEX triplet: BE, 45 and 0D. RGB value is (190,69,13). Sum of RGB (Red+Green+Blue) = 190+69+13=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE450D is #41BAF2. Grayscale: #636363. Windows color (decimal): -4307699 or 869822. OLE color: 869822.
HSL color Cylindrical-coordinate representation of color #BE450D: hue angle of 18.98º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE450D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 69 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.25 |
| HSL | 18.98º | 0.87% | 0.4% | - |
| HSV(B) | 18.98º | 0.93% | 0.75% | - |
| XYZ | 23.44 | 15.23 | 2.09 | - |
| YUV | 98.8 | 79.59 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 69 | 13 | 0 | 0.64 | 0.93 | 0.25 | 18.98 | 0.87 | 0.4 |
| Hex | BE | 45 | D | 0 | 40 | 5D | 19 | 13 | 57 | 28 |
| Octal | 276 | 105 | 15 | 0 | 100 | 135 | 31 | 23 | 127 | 50 |
| Binary | 10111110 | 1000101 | 1101 | 0 | 1000000 | 1011101 | 11001 | 10011 | 1010111 | 101000 |
Color Harmonies of #BE450D
Complementary color
Monochromatic Colors of #BE450D
Black with #BE450D
Text Example
Text Example
White with #BE450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE450D; }
p { color: rgb(190,69,13); }
H1.HeaderClassName
{
color: #BE450D;
}
.AnyTagClassName
{
color: #BE450D;
}
</style>
background-color css
<style>
a { background-color: #BE450D; }
a { background-color: rgb(190,69,13); }
div.DivClassName
{
background-color: #BE450D;
}
.BgClassName
{
background-color: #BE450D;
}
</style>
border-color css
<style>
span { border-color: #BE450D; }
span { border-color: rgb(190,69,13); }
td.TdClassName
{
border-color: #BE450D;
}
.TagClassName
{
border-color: #BE450D;
}
</style>