Shades of Rust #BE3C03
Tints of Rust #BE3C03
RGB
CMYK
RGB Variations
Color information
#BE3C03 (or 0xBE3C03) is known color: Rust. HEX triplet: BE, 3C and 03. RGB value is (190,60,3). Sum of RGB (Red+Green+Blue) = 190+60+3=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3C03 is #41C3FC. Grayscale: #5C5C5C. Windows color (decimal): -4310013 or 212158. OLE color: 212158.
HSL color Cylindrical-coordinate representation of color #BE3C03: hue angle of 18.29º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE3C03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.25 |
| HSL | 18.29º | 0.97% | 0.38% | - |
| HSV(B) | 18.29º | 0.98% | 0.75% | - |
| XYZ | 22.87 | 14.19 | 1.62 | - |
| YUV | 92.37 | 77.57 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 3 | 0 | 0.68 | 0.98 | 0.25 | 18.29 | 0.97 | 0.38 |
| Hex | BE | 3C | 3 | 0 | 44 | 62 | 19 | 12 | 61 | 26 |
| Octal | 276 | 74 | 3 | 0 | 104 | 142 | 31 | 22 | 141 | 46 |
| Binary | 10111110 | 111100 | 11 | 0 | 1000100 | 1100010 | 11001 | 10010 | 1100001 | 100110 |
Color Harmonies of #BE3C03
Complementary color
Monochromatic Colors of #BE3C03
Black with #BE3C03
Text Example
Text Example
White with #BE3C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C03; }
p { color: rgb(190,60,3); }
H1.HeaderClassName
{
color: #BE3C03;
}
.AnyTagClassName
{
color: #BE3C03;
}
</style>
background-color css
<style>
a { background-color: #BE3C03; }
a { background-color: rgb(190,60,3); }
div.DivClassName
{
background-color: #BE3C03;
}
.BgClassName
{
background-color: #BE3C03;
}
</style>
border-color css
<style>
span { border-color: #BE3C03; }
span { border-color: rgb(190,60,3); }
td.TdClassName
{
border-color: #BE3C03;
}
.TagClassName
{
border-color: #BE3C03;
}
</style>