Shades of Rust #BE370A
Tints of Rust #BE370A
RGB
CMYK
RGB Variations
Color information
#BE370A (or 0xBE370A) is known color: Rust. HEX triplet: BE, 37 and 0A. RGB value is (190,55,10). Sum of RGB (Red+Green+Blue) = 190+55+10=255 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.51% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 190 - color contains mainly: red. Hex color #BE370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE370A is #41C8F5. Grayscale: #5A5A5A. Windows color (decimal): -4311286 or 669630. OLE color: 669630.
HSL color Cylindrical-coordinate representation of color #BE370A: hue angle of 15º 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 #BE370A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 55 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.25 |
| HSL | 15º | 0.9% | 0.39% | - |
| HSV(B) | 15º | 0.95% | 0.75% | - |
| XYZ | 22.66 | 13.7 | 1.74 | - |
| YUV | 90.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 10 | 0 | 0.71 | 0.95 | 0.25 | 15 | 0.9 | 0.39 |
| Hex | BE | 37 | A | 0 | 47 | 5F | 19 | F | 5A | 27 |
| Octal | 276 | 67 | 12 | 0 | 107 | 137 | 31 | 17 | 132 | 47 |
| Binary | 10111110 | 110111 | 1010 | 0 | 1000111 | 1011111 | 11001 | 1111 | 1011010 | 100111 |
Color Harmonies of #BE370A
Complementary color
Monochromatic Colors of #BE370A
Black with #BE370A
Text Example
Text Example
White with #BE370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE370A; }
p { color: rgb(190,55,10); }
H1.HeaderClassName
{
color: #BE370A;
}
.AnyTagClassName
{
color: #BE370A;
}
</style>
background-color css
<style>
a { background-color: #BE370A; }
a { background-color: rgb(190,55,10); }
div.DivClassName
{
background-color: #BE370A;
}
.BgClassName
{
background-color: #BE370A;
}
</style>
border-color css
<style>
span { border-color: #BE370A; }
span { border-color: rgb(190,55,10); }
td.TdClassName
{
border-color: #BE370A;
}
.TagClassName
{
border-color: #BE370A;
}
</style>