Shades of Rust #BE3C02
Tints of Rust #BE3C02
RGB
CMYK
RGB Variations
Color information
#BE3C02 (or 0xBE3C02) is known color: Rust. HEX triplet: BE, 3C and 02. RGB value is (190,60,2). Sum of RGB (Red+Green+Blue) = 190+60+2=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C02 is #41C3FD. Grayscale: #5C5C5C. Windows color (decimal): -4310014 or 146622. OLE color: 146622.
HSL color Cylindrical-coordinate representation of color #BE3C02: hue angle of 18.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE3C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.25 |
| HSL | 18.51º | 0.98% | 0.38% | - |
| HSV(B) | 18.51º | 0.99% | 0.75% | - |
| XYZ | 22.86 | 14.18 | 1.59 | - |
| YUV | 92.26 | 77.07 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 2 | 0 | 0.68 | 0.99 | 0.25 | 18.51 | 0.98 | 0.38 |
| Hex | BE | 3C | 2 | 0 | 44 | 63 | 19 | 13 | 62 | 26 |
| Octal | 276 | 74 | 2 | 0 | 104 | 143 | 31 | 23 | 142 | 46 |
| Binary | 10111110 | 111100 | 10 | 0 | 1000100 | 1100011 | 11001 | 10011 | 1100010 | 100110 |
Color Harmonies of #BE3C02
Complementary color
Monochromatic Colors of #BE3C02
Black with #BE3C02
Text Example
Text Example
White with #BE3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C02; }
p { color: rgb(190,60,2); }
H1.HeaderClassName
{
color: #BE3C02;
}
.AnyTagClassName
{
color: #BE3C02;
}
</style>
background-color css
<style>
a { background-color: #BE3C02; }
a { background-color: rgb(190,60,2); }
div.DivClassName
{
background-color: #BE3C02;
}
.BgClassName
{
background-color: #BE3C02;
}
</style>
border-color css
<style>
span { border-color: #BE3C02; }
span { border-color: rgb(190,60,2); }
td.TdClassName
{
border-color: #BE3C02;
}
.TagClassName
{
border-color: #BE3C02;
}
</style>