Shades of Rust #BE360A
Tints of Rust #BE360A
RGB
CMYK
RGB Variations
Color information
#BE360A (or 0xBE360A) is known color: Rust. HEX triplet: BE, 36 and 0A. RGB value is (190,54,10). Sum of RGB (Red+Green+Blue) = 190+54+10=254 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.80% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 190 - color contains mainly: red. Hex color #BE360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE360A is #41C9F5. Grayscale: #595959. Windows color (decimal): -4311542 or 669374. OLE color: 669374.
HSL color Cylindrical-coordinate representation of color #BE360A: hue angle of 14.67º 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 #BE360A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.25 |
| HSL | 14.67º | 0.9% | 0.39% | - |
| HSV(B) | 14.67º | 0.95% | 0.75% | - |
| XYZ | 22.61 | 13.61 | 1.72 | - |
| YUV | 89.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 10 | 0 | 0.72 | 0.95 | 0.25 | 14.67 | 0.9 | 0.39 |
| Hex | BE | 36 | A | 0 | 48 | 5F | 19 | F | 5A | 27 |
| Octal | 276 | 66 | 12 | 0 | 110 | 137 | 31 | 17 | 132 | 47 |
| Binary | 10111110 | 110110 | 1010 | 0 | 1001000 | 1011111 | 11001 | 1111 | 1011010 | 100111 |
Color Harmonies of #BE360A
Complementary color
Monochromatic Colors of #BE360A
Black with #BE360A
Text Example
Text Example
White with #BE360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE360A; }
p { color: rgb(190,54,10); }
H1.HeaderClassName
{
color: #BE360A;
}
.AnyTagClassName
{
color: #BE360A;
}
</style>
background-color css
<style>
a { background-color: #BE360A; }
a { background-color: rgb(190,54,10); }
div.DivClassName
{
background-color: #BE360A;
}
.BgClassName
{
background-color: #BE360A;
}
</style>
border-color css
<style>
span { border-color: #BE360A; }
span { border-color: rgb(190,54,10); }
td.TdClassName
{
border-color: #BE360A;
}
.TagClassName
{
border-color: #BE360A;
}
</style>