Shades of Rust #BE3A09
Tints of Rust #BE3A09
RGB
CMYK
RGB Variations
Color information
#BE3A09 (or 0xBE3A09) is known color: Rust. HEX triplet: BE, 3A and 09. RGB value is (190,58,9). Sum of RGB (Red+Green+Blue) = 190+58+9=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A09 is #41C5F6. Grayscale: #5C5C5C. Windows color (decimal): -4310519 or 604862. OLE color: 604862.
HSL color Cylindrical-coordinate representation of color #BE3A09: hue angle of 16.24º degrees, saturation: 0.91, 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 #BE3A09 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 9 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.25 |
| HSL | 16.24º | 0.91% | 0.39% | - |
| HSV(B) | 16.24º | 0.95% | 0.75% | - |
| XYZ | 22.8 | 13.99 | 1.76 | - |
| YUV | 91.88 | 81.23 | 197.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 9 | 0 | 0.69 | 0.95 | 0.25 | 16.24 | 0.91 | 0.39 |
| Hex | BE | 3A | 9 | 0 | 45 | 5F | 19 | 10 | 5B | 27 |
| Octal | 276 | 72 | 11 | 0 | 105 | 137 | 31 | 20 | 133 | 47 |
| Binary | 10111110 | 111010 | 1001 | 0 | 1000101 | 1011111 | 11001 | 10000 | 1011011 | 100111 |
Color Harmonies of #BE3A09
Complementary color
Monochromatic Colors of #BE3A09
Black with #BE3A09
Text Example
Text Example
White with #BE3A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A09; }
p { color: rgb(190,58,9); }
H1.HeaderClassName
{
color: #BE3A09;
}
.AnyTagClassName
{
color: #BE3A09;
}
</style>
background-color css
<style>
a { background-color: #BE3A09; }
a { background-color: rgb(190,58,9); }
div.DivClassName
{
background-color: #BE3A09;
}
.BgClassName
{
background-color: #BE3A09;
}
</style>
border-color css
<style>
span { border-color: #BE3A09; }
span { border-color: rgb(190,58,9); }
td.TdClassName
{
border-color: #BE3A09;
}
.TagClassName
{
border-color: #BE3A09;
}
</style>