Shades of Rust #BE3608
Tints of Rust #BE3608
RGB
CMYK
RGB Variations
Color information
#BE3608 (or 0xBE3608) is known color: Rust. HEX triplet: BE, 36 and 08. RGB value is (190,54,8). Sum of RGB (Red+Green+Blue) = 190+54+8=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3608 is #41C9F7. Grayscale: #595959. Windows color (decimal): -4311544 or 538302. OLE color: 538302.
HSL color Cylindrical-coordinate representation of color #BE3608: hue angle of 15.16º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE3608 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.25 |
| HSL | 15.16º | 0.92% | 0.39% | - |
| HSV(B) | 15.16º | 0.96% | 0.75% | - |
| XYZ | 22.6 | 13.6 | 1.66 | - |
| YUV | 89.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 8 | 0 | 0.72 | 0.96 | 0.25 | 15.16 | 0.92 | 0.39 |
| Hex | BE | 36 | 8 | 0 | 48 | 60 | 19 | F | 5C | 27 |
| Octal | 276 | 66 | 10 | 0 | 110 | 140 | 31 | 17 | 134 | 47 |
| Binary | 10111110 | 110110 | 1000 | 0 | 1001000 | 1100000 | 11001 | 1111 | 1011100 | 100111 |
Color Harmonies of #BE3608
Complementary color
Monochromatic Colors of #BE3608
Black with #BE3608
Text Example
Text Example
White with #BE3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3608; }
p { color: rgb(190,54,8); }
H1.HeaderClassName
{
color: #BE3608;
}
.AnyTagClassName
{
color: #BE3608;
}
</style>
background-color css
<style>
a { background-color: #BE3608; }
a { background-color: rgb(190,54,8); }
div.DivClassName
{
background-color: #BE3608;
}
.BgClassName
{
background-color: #BE3608;
}
</style>
border-color css
<style>
span { border-color: #BE3608; }
span { border-color: rgb(190,54,8); }
td.TdClassName
{
border-color: #BE3608;
}
.TagClassName
{
border-color: #BE3608;
}
</style>