Shades of Rust #BE3A0A
Tints of Rust #BE3A0A
RGB
CMYK
RGB Variations
Color information
#BE3A0A (or 0xBE3A0A) is known color: Rust. HEX triplet: BE, 3A and 0A. RGB value is (190,58,10). Sum of RGB (Red+Green+Blue) = 190+58+10=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A0A is #41C5F5. Grayscale: #5C5C5C. Windows color (decimal): -4310518 or 670398. OLE color: 670398.
HSL color Cylindrical-coordinate representation of color #BE3A0A: hue angle of 16º degrees, saturation: 0.9, 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 #BE3A0A is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 58 | 10 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.25 |
| HSL | 16º | 0.9% | 0.39% | - |
| HSV(B) | 16º | 0.95% | 0.75% | - |
| XYZ | 22.8 | 14 | 1.79 | - |
| YUV | 92 | 81.73 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 58 | 10 | 0 | 0.69 | 0.95 | 0.25 | 16 | 0.9 | 0.39 |
| Hex | BE | 3A | A | 0 | 45 | 5F | 19 | 10 | 5A | 27 |
| Octal | 276 | 72 | 12 | 0 | 105 | 137 | 31 | 20 | 132 | 47 |
| Binary | 10111110 | 111010 | 1010 | 0 | 1000101 | 1011111 | 11001 | 10000 | 1011010 | 100111 |
Color Harmonies of #BE3A0A
Complementary color
Monochromatic Colors of #BE3A0A
Black with #BE3A0A
Text Example
Text Example
White with #BE3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3A0A; }
p { color: rgb(190,58,10); }
H1.HeaderClassName
{
color: #BE3A0A;
}
.AnyTagClassName
{
color: #BE3A0A;
}
</style>
background-color css
<style>
a { background-color: #BE3A0A; }
a { background-color: rgb(190,58,10); }
div.DivClassName
{
background-color: #BE3A0A;
}
.BgClassName
{
background-color: #BE3A0A;
}
</style>
border-color css
<style>
span { border-color: #BE3A0A; }
span { border-color: rgb(190,58,10); }
td.TdClassName
{
border-color: #BE3A0A;
}
.TagClassName
{
border-color: #BE3A0A;
}
</style>